			<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcavdONRtu_0BfV63xiQX1LiJpX1ZJ2N0" type="text/javascript"></script>
			
			<script>
			jQuery(document).ready(function($) {
			"use strict";
				// When the window has finished loading create our google map below
					google.maps.event.addDomListener(window, 'load', init);
				
					function init() {
						// Basic options for a simple Google Map
						// For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions
						var mapOptions = {
							// How zoomed in you want the map to start at (always required)
							zoom: 13,
							scrollwheel: false,

							// The latitude and longitude to center the map (always required)
							center: new google.maps.LatLng(40.712784, -74.005941), // New York

							// How you would like to style the map. 
							// This is where you would paste any style found on Snazzy Maps.
							styles: [{
								stylers: [{
									hue: '#cacaca'
								}, {
									saturation: -100,
								}, {
									lightness: 10
								}]
							}]
						};

						// Get the HTML DOM element that will contain your map 
						// We are using a div with id="map" seen below in the <body>
						var mapElement = document.getElementById('map_contact_1');

						// Create the Google Map using our element and options defined above
						var map = new google.maps.Map(mapElement, mapOptions);

						// Let's also add a marker while we're at it
						var marker = new google.maps.Marker({
							position: new google.maps.LatLng(40.712784, -74.005941),
							map: map,
							title: 'Snazzy!',
						});
					}

				});
			</script>
			{"id":189,"date":"2017-01-14T19:59:46","date_gmt":"2017-01-14T19:59:46","guid":{"rendered":"https:\/\/maroon-coyote-469350.hostingersite.com\/?page_id=189"},"modified":"2018-03-18T17:52:22","modified_gmt":"2018-03-18T17:52:22","slug":"contact","status":"publish","type":"page","link":"https:\/\/themelooper.com\/demo\/butcherhatti\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; el_class=&#8221;place-up&#8221;][vc_column css=&#8221;.vc_custom_1521395595892{margin-top: -35px !important;}&#8221;]\n\t\t\t\n\t\t\t<section class=\"contact-section\">\n\t\t\t\t  <div class=\"map-row\">\n\t\t\t\t\t\t<div id=\"map_contact_1\" class=\"map_canvas active\"><\/div>\n\t\t\t\t  <\/div>\n\t\t\t\t  <div class=\"container\">\n\t\t\t\t\t<div class=\"number-box\"> <strong class=\"number\">+1 222 430 1011<\/strong> <\/div>\n\t\t\t\t  <\/div>\n\t\t\t<\/section>[\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; el_class=&#8221;place-up&#8221;][vc_column css=&#8221;.vc_custom_1521395595892{margin-top: -35px !important;}&#8221;][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-189","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/themelooper.com\/demo\/butcherhatti\/wp-json\/wp\/v2\/pages\/189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/themelooper.com\/demo\/butcherhatti\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/themelooper.com\/demo\/butcherhatti\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/themelooper.com\/demo\/butcherhatti\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/themelooper.com\/demo\/butcherhatti\/wp-json\/wp\/v2\/comments?post=189"}],"version-history":[{"count":0,"href":"https:\/\/themelooper.com\/demo\/butcherhatti\/wp-json\/wp\/v2\/pages\/189\/revisions"}],"wp:attachment":[{"href":"https:\/\/themelooper.com\/demo\/butcherhatti\/wp-json\/wp\/v2\/media?parent=189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}