{"id":6534,"date":"2016-07-05T02:14:53","date_gmt":"2016-07-05T02:14:53","guid":{"rendered":"http:\/\/sw-themes.com\/porto_dummy\/?page_id=551"},"modified":"2016-07-05T02:14:53","modified_gmt":"2016-07-05T02:14:53","slug":"maps","status":"publish","type":"page","link":"https:\/\/shibasex.com\/?page_id=6534","title":{"rendered":"Maps"},"content":{"rendered":"<p>[vc_row][vc_column][vc_custom_heading text=&#8221;Maps Shortcodes&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;shorter&#8221;][vc_column_text]You can build with <strong style=\"\">Visual Composer Google Map, Ultimate Addons Google Map<\/strong> shortcodes.[\/vc_column_text][vc_separator color=&#8221;custom&#8221; gap=&#8221;tall&#8221; gradient=&#8221;yes&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_custom_heading text=&#8221;Full Width&#8221; font_container=&#8221;tag:h4|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221;][vc_empty_space height=&#8221;20px&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column]<div id='wrap_map_69d81b9e99933' class='porto-map-wrapper  ' style='height:400px;'><div id='map_69d81b9e99933' data-map_override='0' class='porto_google_map' style='width:100%;height:400px;'><\/div><\/div><script>\r\n( function() {\r\n\tvar porto_init_map = function() {\r\n\t\t( function( $ ) {\r\n\t\t\t'use strict';\r\n\t\t\tif (typeof google == 'undefined') {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\t\t\tvar map_map_69d81b9e99933 = null;\r\n\t\t\tvar coordinate_map_69d81b9e99933;\r\n\t\t\ttry {\r\n\t\t\t\tcoordinate_map_69d81b9e99933=new google.maps.LatLng(40.75198, -73.96978);\r\n\t\t\t\tvar isDraggable = $(document).width() > 640 ? true : true;\r\n\t\t\t\tvar mapOptions = {\r\n\t\t\t\t\tzoom: 16,\r\n\t\t\t\t\tcenter: coordinate_map_69d81b9e99933,\r\n\t\t\t\t\tscaleControl: true,\r\n\t\t\t\t\tstreetViewControl: true,\r\n\t\t\t\t\tmapTypeControl: true,\r\n\t\t\t\t\tpanControl: true,\r\n\t\t\t\t\tzoomControl: true,\r\n\t\t\t\t\tscrollwheel: false,\r\n\t\t\t\t\tdraggable: isDraggable,\r\n\t\t\t\t\tzoomControlOptions: {\r\n\t\t\t\t\t\tposition: google.maps.ControlPosition.RIGHT_BOTTOM\r\n\t\t\t\t\t},mapTypeId: google.maps.MapTypeId.ROADMAP,};var map_map_69d81b9e99933 = new google.maps.Map(document.getElementById('map_69d81b9e99933'),mapOptions);\r\n\t\t\t\t\t\tvar x = 'on';\r\n\t\t\t\t\t\tvar marker_map_69d81b9e99933 = new google.maps.Marker({\r\n\t\t\t\t\t\tposition: new google.maps.LatLng(40.75198, -73.96978),\r\n\t\t\t\t\t\tanimation:  google.maps.Animation.DROP,\r\n\t\t\t\t\t\tmap: map_map_69d81b9e99933,\r\n\t\t\t\t\t\ticon: 'https:\/\/shibasex.com\/wp-content\/uploads\/2026\/03\/img_217889_d3896f0cf4d72c0a26758dd81055816c_1.jpg'\r\n\t\t\t\t\t});\r\n\t\t\t\t\tgoogle.maps.event.addListener(marker_map_69d81b9e99933, 'click', toggleBounce);}\r\n\t\t\tcatch(e){};\r\n\t\t\tgoogle.maps.event.trigger(map_map_69d81b9e99933, 'resize');\r\n\t\t\t$(window).on('resize', function(){\r\n\t\t\t\tgoogle.maps.event.trigger(map_map_69d81b9e99933, 'resize');\r\n\t\t\t\tif(map_map_69d81b9e99933!=null) {\r\n\t\t\t\t\tmap_map_69d81b9e99933.setCenter(coordinate_map_69d81b9e99933);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$('.ui-tabs').on('tabsactivate', function(event, ui) {\r\n\t\t\t   if($(this).find('.porto-map-wrapper').length > 0)\r\n\t\t\t\t{\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$('.ui-accordion').on('accordionactivate', function(event, ui) {\r\n\t\t\t\tif($(this).find('.porto-map-wrapper').length > 0) {\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$(document).on('onPortoModalPopupOpen', function(){\r\n\t\t\t\tif($(map_map_69d81b9e99933).parents('.porto_modal-content')) {\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\tfunction toggleBounce() {\r\n\t\t\t\tif (marker_map_69d81b9e99933.getAnimation() != null) {\r\n\t\t\t\t\tmarker_map_69d81b9e99933.setAnimation(null);\r\n\t\t\t\t} else {\r\n\t\t\t\t\tmarker_map_69d81b9e99933.setAnimation(google.maps.Animation.BOUNCE);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t} )( window.jQuery );\r\n\t};\r\n\r\n\tif ( window.jQuery ) {\r\n\t\tjQuery( document ).ready(function() {\r\n\t\t\tporto_init_map();\r\n\t\t} );\r\n\t} else {\r\n\t\tdocument.addEventListener( 'DOMContentLoaded', porto_init_map );\r\n\t}\r\n\r\n\twindow.addEventListener( 'load', function() {\r\n\t\tsetTimeout( function() {\r\n\t\t\tjQuery( window ).trigger( 'resize' );\r\n\t\t}, 200 );\r\n\t} );\r\n} )();\r\n<\/script>[\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space height=&#8221;20px&#8221;][vc_separator color=&#8221;custom&#8221; gap=&#8221;tall&#8221; gradient=&#8221;yes&#8221;][vc_custom_heading text=&#8221;Full Width (Inside Container)&#8221; font_container=&#8221;tag:h4|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221;]<div id='wrap_map_69d81b9e99b71' class='porto-map-wrapper  ' style='height:400px;'><div id='map_69d81b9e99b71' data-map_override='0' class='porto_google_map' style='width:100%;height:400px;'><\/div><\/div><script>\r\n( function() {\r\n\tvar porto_init_map = function() {\r\n\t\t( function( $ ) {\r\n\t\t\t'use strict';\r\n\t\t\tif (typeof google == 'undefined') {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\t\t\tvar map_map_69d81b9e99b71 = null;\r\n\t\t\tvar coordinate_map_69d81b9e99b71;\r\n\t\t\ttry {\r\n\t\t\t\tcoordinate_map_69d81b9e99b71=new google.maps.LatLng(40.75198, -73.96978);\r\n\t\t\t\tvar isDraggable = $(document).width() > 640 ? true : true;\r\n\t\t\t\tvar mapOptions = {\r\n\t\t\t\t\tzoom: 16,\r\n\t\t\t\t\tcenter: coordinate_map_69d81b9e99b71,\r\n\t\t\t\t\tscaleControl: true,\r\n\t\t\t\t\tstreetViewControl: true,\r\n\t\t\t\t\tmapTypeControl: true,\r\n\t\t\t\t\tpanControl: true,\r\n\t\t\t\t\tzoomControl: true,\r\n\t\t\t\t\tscrollwheel: false,\r\n\t\t\t\t\tdraggable: isDraggable,\r\n\t\t\t\t\tzoomControlOptions: {\r\n\t\t\t\t\t\tposition: google.maps.ControlPosition.RIGHT_BOTTOM\r\n\t\t\t\t\t},mapTypeId: google.maps.MapTypeId.ROADMAP,};var map_map_69d81b9e99b71 = new google.maps.Map(document.getElementById('map_69d81b9e99b71'),mapOptions);\r\n\t\t\t\t\t\tvar x = 'on';\r\n\t\t\t\t\t\tvar marker_map_69d81b9e99b71 = new google.maps.Marker({\r\n\t\t\t\t\t\tposition: new google.maps.LatLng(40.75198, -73.96978),\r\n\t\t\t\t\t\tanimation:  google.maps.Animation.DROP,\r\n\t\t\t\t\t\tmap: map_map_69d81b9e99b71,\r\n\t\t\t\t\t\ticon: 'https:\/\/shibasex.com\/wp-content\/uploads\/2026\/03\/img_217889_d3896f0cf4d72c0a26758dd81055816c_1.jpg'\r\n\t\t\t\t\t});\r\n\t\t\t\t\tgoogle.maps.event.addListener(marker_map_69d81b9e99b71, 'click', toggleBounce);}\r\n\t\t\tcatch(e){};\r\n\t\t\tgoogle.maps.event.trigger(map_map_69d81b9e99b71, 'resize');\r\n\t\t\t$(window).on('resize', function(){\r\n\t\t\t\tgoogle.maps.event.trigger(map_map_69d81b9e99b71, 'resize');\r\n\t\t\t\tif(map_map_69d81b9e99b71!=null) {\r\n\t\t\t\t\tmap_map_69d81b9e99b71.setCenter(coordinate_map_69d81b9e99b71);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$('.ui-tabs').on('tabsactivate', function(event, ui) {\r\n\t\t\t   if($(this).find('.porto-map-wrapper').length > 0)\r\n\t\t\t\t{\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$('.ui-accordion').on('accordionactivate', function(event, ui) {\r\n\t\t\t\tif($(this).find('.porto-map-wrapper').length > 0) {\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$(document).on('onPortoModalPopupOpen', function(){\r\n\t\t\t\tif($(map_map_69d81b9e99b71).parents('.porto_modal-content')) {\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\tfunction toggleBounce() {\r\n\t\t\t\tif (marker_map_69d81b9e99b71.getAnimation() != null) {\r\n\t\t\t\t\tmarker_map_69d81b9e99b71.setAnimation(null);\r\n\t\t\t\t} else {\r\n\t\t\t\t\tmarker_map_69d81b9e99b71.setAnimation(google.maps.Animation.BOUNCE);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t} )( window.jQuery );\r\n\t};\r\n\r\n\tif ( window.jQuery ) {\r\n\t\tjQuery( document ).ready(function() {\r\n\t\t\tporto_init_map();\r\n\t\t} );\r\n\t} else {\r\n\t\tdocument.addEventListener( 'DOMContentLoaded', porto_init_map );\r\n\t}\r\n\r\n\twindow.addEventListener( 'load', function() {\r\n\t\tsetTimeout( function() {\r\n\t\t\tjQuery( window ).trigger( 'resize' );\r\n\t\t}, 200 );\r\n\t} );\r\n} )();\r\n<\/script>[\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space height=&#8221;20px&#8221;][vc_separator color=&#8221;custom&#8221; gap=&#8221;tall&#8221; gradient=&#8221;yes&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Markers&#8221; font_container=&#8221;tag:h4|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221;]<div id='wrap_map_69d81b9e99d7d' class='porto-map-wrapper  ' style='height:400px;'><div id='map_69d81b9e99d7d' data-map_override='0' class='porto_google_map' style='width:100%;height:400px;'><\/div><\/div><script>\r\n( function() {\r\n\tvar porto_init_map = function() {\r\n\t\t( function( $ ) {\r\n\t\t\t'use strict';\r\n\t\t\tif (typeof google == 'undefined') {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\t\t\tvar map_map_69d81b9e99d7d = null;\r\n\t\t\tvar coordinate_map_69d81b9e99d7d;\r\n\t\t\ttry {\r\n\t\t\t\tcoordinate_map_69d81b9e99d7d=new google.maps.LatLng(40.75198, -73.96978);\r\n\t\t\t\tvar isDraggable = $(document).width() > 640 ? true : true;\r\n\t\t\t\tvar mapOptions = {\r\n\t\t\t\t\tzoom: 16,\r\n\t\t\t\t\tcenter: coordinate_map_69d81b9e99d7d,\r\n\t\t\t\t\tscaleControl: true,\r\n\t\t\t\t\tstreetViewControl: true,\r\n\t\t\t\t\tmapTypeControl: true,\r\n\t\t\t\t\tpanControl: true,\r\n\t\t\t\t\tzoomControl: true,\r\n\t\t\t\t\tscrollwheel: false,\r\n\t\t\t\t\tdraggable: isDraggable,\r\n\t\t\t\t\tzoomControlOptions: {\r\n\t\t\t\t\t\tposition: google.maps.ControlPosition.RIGHT_BOTTOM\r\n\t\t\t\t\t},mapTypeId: google.maps.MapTypeId.ROADMAP,};var map_map_69d81b9e99d7d = new google.maps.Map(document.getElementById('map_69d81b9e99d7d'),mapOptions);\r\n\t\t\t\t\t\tvar x = 'on';\r\n\t\t\t\t\t\tvar marker_map_69d81b9e99d7d = new google.maps.Marker({\r\n\t\t\t\t\t\tposition: new google.maps.LatLng(40.75198, -73.96978),\r\n\t\t\t\t\t\tanimation:  google.maps.Animation.DROP,\r\n\t\t\t\t\t\tmap: map_map_69d81b9e99d7d,\r\n\t\t\t\t\t\ticon: 'https:\/\/shibasex.com\/wp-content\/uploads\/2026\/03\/img_217889_d3896f0cf4d72c0a26758dd81055816c_1.jpg'\r\n\t\t\t\t\t});\r\n\t\t\t\t\tgoogle.maps.event.addListener(marker_map_69d81b9e99d7d, 'click', toggleBounce);}\r\n\t\t\tcatch(e){};\r\n\t\t\tgoogle.maps.event.trigger(map_map_69d81b9e99d7d, 'resize');\r\n\t\t\t$(window).on('resize', function(){\r\n\t\t\t\tgoogle.maps.event.trigger(map_map_69d81b9e99d7d, 'resize');\r\n\t\t\t\tif(map_map_69d81b9e99d7d!=null) {\r\n\t\t\t\t\tmap_map_69d81b9e99d7d.setCenter(coordinate_map_69d81b9e99d7d);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$('.ui-tabs').on('tabsactivate', function(event, ui) {\r\n\t\t\t   if($(this).find('.porto-map-wrapper').length > 0)\r\n\t\t\t\t{\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$('.ui-accordion').on('accordionactivate', function(event, ui) {\r\n\t\t\t\tif($(this).find('.porto-map-wrapper').length > 0) {\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$(document).on('onPortoModalPopupOpen', function(){\r\n\t\t\t\tif($(map_map_69d81b9e99d7d).parents('.porto_modal-content')) {\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\tfunction toggleBounce() {\r\n\t\t\t\tif (marker_map_69d81b9e99d7d.getAnimation() != null) {\r\n\t\t\t\t\tmarker_map_69d81b9e99d7d.setAnimation(null);\r\n\t\t\t\t} else {\r\n\t\t\t\t\tmarker_map_69d81b9e99d7d.setAnimation(google.maps.Animation.BOUNCE);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t} )( window.jQuery );\r\n\t};\r\n\r\n\tif ( window.jQuery ) {\r\n\t\tjQuery( document ).ready(function() {\r\n\t\t\tporto_init_map();\r\n\t\t} );\r\n\t} else {\r\n\t\tdocument.addEventListener( 'DOMContentLoaded', porto_init_map );\r\n\t}\r\n\r\n\twindow.addEventListener( 'load', function() {\r\n\t\tsetTimeout( function() {\r\n\t\t\tjQuery( window ).trigger( 'resize' );\r\n\t\t}, 200 );\r\n\t} );\r\n} )();\r\n<\/script>[vc_empty_space height=&#8221;20px&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Custom Controls&#8221; font_container=&#8221;tag:h4|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221;]<div id='wrap_map_69d81b9e99f41' class='porto-map-wrapper  ' style='height:400px;'><div id='map_69d81b9e99f41' data-map_override='0' class='porto_google_map' style='width:100%;height:400px;'><\/div><\/div><script>\r\n( function() {\r\n\tvar porto_init_map = function() {\r\n\t\t( function( $ ) {\r\n\t\t\t'use strict';\r\n\t\t\tif (typeof google == 'undefined') {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\t\t\tvar map_map_69d81b9e99f41 = null;\r\n\t\t\tvar coordinate_map_69d81b9e99f41;\r\n\t\t\ttry {\r\n\t\t\t\tcoordinate_map_69d81b9e99f41=new google.maps.LatLng(40.75198, -73.96978);\r\n\t\t\t\tvar isDraggable = $(document).width() > 640 ? true : true;\r\n\t\t\t\tvar mapOptions = {\r\n\t\t\t\t\tzoom: 16,\r\n\t\t\t\t\tcenter: coordinate_map_69d81b9e99f41,\r\n\t\t\t\t\tscaleControl: true,\r\n\t\t\t\t\tstreetViewControl: true,\r\n\t\t\t\t\tmapTypeControl: true,\r\n\t\t\t\t\tpanControl: true,\r\n\t\t\t\t\tzoomControl: false,\r\n\t\t\t\t\tscrollwheel: false,\r\n\t\t\t\t\tdraggable: isDraggable,\r\n\t\t\t\t\tzoomControlOptions: {\r\n\t\t\t\t\t\tposition: google.maps.ControlPosition.RIGHT_BOTTOM\r\n\t\t\t\t\t},mapTypeId: google.maps.MapTypeId.ROADMAP,};var map_map_69d81b9e99f41 = new google.maps.Map(document.getElementById('map_69d81b9e99f41'),mapOptions);\r\n\t\t\t\t\t\tvar x = 'on';\r\n\t\t\t\t\t\tvar marker_map_69d81b9e99f41 = new google.maps.Marker({\r\n\t\t\t\t\t\tposition: new google.maps.LatLng(40.75198, -73.96978),\r\n\t\t\t\t\t\tanimation:  google.maps.Animation.DROP,\r\n\t\t\t\t\t\tmap: map_map_69d81b9e99f41,\r\n\t\t\t\t\t\ticon: ''\r\n\t\t\t\t\t});\r\n\t\t\t\t\tgoogle.maps.event.addListener(marker_map_69d81b9e99f41, 'click', toggleBounce);}\r\n\t\t\tcatch(e){};\r\n\t\t\tgoogle.maps.event.trigger(map_map_69d81b9e99f41, 'resize');\r\n\t\t\t$(window).on('resize', function(){\r\n\t\t\t\tgoogle.maps.event.trigger(map_map_69d81b9e99f41, 'resize');\r\n\t\t\t\tif(map_map_69d81b9e99f41!=null) {\r\n\t\t\t\t\tmap_map_69d81b9e99f41.setCenter(coordinate_map_69d81b9e99f41);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$('.ui-tabs').on('tabsactivate', function(event, ui) {\r\n\t\t\t   if($(this).find('.porto-map-wrapper').length > 0)\r\n\t\t\t\t{\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$('.ui-accordion').on('accordionactivate', function(event, ui) {\r\n\t\t\t\tif($(this).find('.porto-map-wrapper').length > 0) {\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$(document).on('onPortoModalPopupOpen', function(){\r\n\t\t\t\tif($(map_map_69d81b9e99f41).parents('.porto_modal-content')) {\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\tfunction toggleBounce() {\r\n\t\t\t\tif (marker_map_69d81b9e99f41.getAnimation() != null) {\r\n\t\t\t\t\tmarker_map_69d81b9e99f41.setAnimation(null);\r\n\t\t\t\t} else {\r\n\t\t\t\t\tmarker_map_69d81b9e99f41.setAnimation(google.maps.Animation.BOUNCE);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t} )( window.jQuery );\r\n\t};\r\n\r\n\tif ( window.jQuery ) {\r\n\t\tjQuery( document ).ready(function() {\r\n\t\t\tporto_init_map();\r\n\t\t} );\r\n\t} else {\r\n\t\tdocument.addEventListener( 'DOMContentLoaded', porto_init_map );\r\n\t}\r\n\r\n\twindow.addEventListener( 'load', function() {\r\n\t\tsetTimeout( function() {\r\n\t\t\tjQuery( window ).trigger( 'resize' );\r\n\t\t}, 200 );\r\n\t} );\r\n} )();\r\n<\/script>[vc_empty_space height=&#8221;20px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_separator color=&#8221;custom&#8221; gap=&#8221;tall&#8221; gradient=&#8221;yes&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Custom Style&#8221; font_container=&#8221;tag:h4|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221;]<div id='wrap_map_69d81b9e9a144' class='porto-map-wrapper  ' style='height:400px;'><div id='map_69d81b9e9a144' data-map_override='0' class='porto_google_map' style='width:100%;height:400px;'><\/div><\/div><script>\r\n( function() {\r\n\tvar porto_init_map = function() {\r\n\t\t( function( $ ) {\r\n\t\t\t'use strict';\r\n\t\t\tif (typeof google == 'undefined') {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\t\t\tvar map_map_69d81b9e9a144 = null;\r\n\t\t\tvar coordinate_map_69d81b9e9a144;\r\n\t\t\ttry {\r\n\t\t\t\tcoordinate_map_69d81b9e9a144=new google.maps.LatLng(40.75198, -73.96978);\r\n\t\t\t\tvar isDraggable = $(document).width() > 640 ? true : true;\r\n\t\t\t\tvar mapOptions = {\r\n\t\t\t\t\tzoom: 16,\r\n\t\t\t\t\tcenter: coordinate_map_69d81b9e9a144,\r\n\t\t\t\t\tscaleControl: true,\r\n\t\t\t\t\tstreetViewControl: true,\r\n\t\t\t\t\tmapTypeControl: true,\r\n\t\t\t\t\tpanControl: true,\r\n\t\t\t\t\tzoomControl: true,\r\n\t\t\t\t\tscrollwheel: false,\r\n\t\t\t\t\tdraggable: isDraggable,\r\n\t\t\t\t\tzoomControlOptions: {\r\n\t\t\t\t\t\tposition: google.maps.ControlPosition.RIGHT_BOTTOM\r\n\t\t\t\t\t}, mapTypeControlOptions: {\r\n\t\t\t\t\t\t\tmapTypeIds: [google.maps.MapTypeId.ROADMAP, 'map_style']\r\n\t\t\t\t\t\t}};var styles = [\n    {\n        \"stylers\": [\n            {\n                \"hue\": \"#0088cc\"\n            }\n        ]\n    },\n    {\n        \"featureType\": \"road\",\n        \"elementType\": \"geometry\",\n        \"stylers\": [\n            {\n                \"lightness\": 0\n            },\n            {\n                \"visibility\": \"simplified\"\n            }\n        ]\n    },\n    {\n        \"featureType\": \"road\",\n        \"elementType\": \"labels\",\n        \"stylers\": [\n            {\n                \"visibility\": \"off\"\n            }\n        ]\n    }\n];\r\n\t\t\t\t\t\tvar styledMap = new google.maps.StyledMapType(styles,\r\n\t\t\t\t\t\t\t{name: \"Styled Map\"});var map_map_69d81b9e9a144 = new google.maps.Map(document.getElementById('map_69d81b9e9a144'),mapOptions);map_map_69d81b9e9a144.mapTypes.set('map_style', styledMap);\r\n\t\t\t\t\t\t\t map_map_69d81b9e9a144.setMapTypeId('map_style');\r\n\t\t\t\t\t\tvar x = 'on';\r\n\t\t\t\t\t\tvar marker_map_69d81b9e9a144 = new google.maps.Marker({\r\n\t\t\t\t\t\tposition: new google.maps.LatLng(40.75198, -73.96978),\r\n\t\t\t\t\t\tanimation:  google.maps.Animation.DROP,\r\n\t\t\t\t\t\tmap: map_map_69d81b9e9a144,\r\n\t\t\t\t\t\ticon: 'https:\/\/shibasex.com\/wp-content\/uploads\/2026\/03\/img_217889_d3896f0cf4d72c0a26758dd81055816c_1.jpg'\r\n\t\t\t\t\t});\r\n\t\t\t\t\tgoogle.maps.event.addListener(marker_map_69d81b9e9a144, 'click', toggleBounce);}\r\n\t\t\tcatch(e){};\r\n\t\t\tgoogle.maps.event.trigger(map_map_69d81b9e9a144, 'resize');\r\n\t\t\t$(window).on('resize', function(){\r\n\t\t\t\tgoogle.maps.event.trigger(map_map_69d81b9e9a144, 'resize');\r\n\t\t\t\tif(map_map_69d81b9e9a144!=null) {\r\n\t\t\t\t\tmap_map_69d81b9e9a144.setCenter(coordinate_map_69d81b9e9a144);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$('.ui-tabs').on('tabsactivate', function(event, ui) {\r\n\t\t\t   if($(this).find('.porto-map-wrapper').length > 0)\r\n\t\t\t\t{\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$('.ui-accordion').on('accordionactivate', function(event, ui) {\r\n\t\t\t\tif($(this).find('.porto-map-wrapper').length > 0) {\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$(document).on('onPortoModalPopupOpen', function(){\r\n\t\t\t\tif($(map_map_69d81b9e9a144).parents('.porto_modal-content')) {\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\tfunction toggleBounce() {\r\n\t\t\t\tif (marker_map_69d81b9e9a144.getAnimation() != null) {\r\n\t\t\t\t\tmarker_map_69d81b9e9a144.setAnimation(null);\r\n\t\t\t\t} else {\r\n\t\t\t\t\tmarker_map_69d81b9e9a144.setAnimation(google.maps.Animation.BOUNCE);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t} )( window.jQuery );\r\n\t};\r\n\r\n\tif ( window.jQuery ) {\r\n\t\tjQuery( document ).ready(function() {\r\n\t\t\tporto_init_map();\r\n\t\t} );\r\n\t} else {\r\n\t\tdocument.addEventListener( 'DOMContentLoaded', porto_init_map );\r\n\t}\r\n\r\n\twindow.addEventListener( 'load', function() {\r\n\t\tsetTimeout( function() {\r\n\t\t\tjQuery( window ).trigger( 'resize' );\r\n\t\t}, 200 );\r\n\t} );\r\n} )();\r\n<\/script>[vc_empty_space height=&#8221;20px&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;With Borders&#8221; font_container=&#8221;tag:h4|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221;]<div id='wrap_map_69d81b9e9a31a' class='porto-map-wrapper  gmap-border' style='height:400px;'><div id='map_69d81b9e9a31a' data-map_override='0' class='porto_google_map' style='width:100%;height:400px;'><\/div><\/div><script>\r\n( function() {\r\n\tvar porto_init_map = function() {\r\n\t\t( function( $ ) {\r\n\t\t\t'use strict';\r\n\t\t\tif (typeof google == 'undefined') {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\t\t\tvar map_map_69d81b9e9a31a = null;\r\n\t\t\tvar coordinate_map_69d81b9e9a31a;\r\n\t\t\ttry {\r\n\t\t\t\tcoordinate_map_69d81b9e9a31a=new google.maps.LatLng(40.75198, -73.96978);\r\n\t\t\t\tvar isDraggable = $(document).width() > 640 ? true : true;\r\n\t\t\t\tvar mapOptions = {\r\n\t\t\t\t\tzoom: 16,\r\n\t\t\t\t\tcenter: coordinate_map_69d81b9e9a31a,\r\n\t\t\t\t\tscaleControl: true,\r\n\t\t\t\t\tstreetViewControl: true,\r\n\t\t\t\t\tmapTypeControl: true,\r\n\t\t\t\t\tpanControl: true,\r\n\t\t\t\t\tzoomControl: false,\r\n\t\t\t\t\tscrollwheel: false,\r\n\t\t\t\t\tdraggable: isDraggable,\r\n\t\t\t\t\tzoomControlOptions: {\r\n\t\t\t\t\t\tposition: google.maps.ControlPosition.RIGHT_BOTTOM\r\n\t\t\t\t\t},mapTypeId: google.maps.MapTypeId.ROADMAP,};var map_map_69d81b9e9a31a = new google.maps.Map(document.getElementById('map_69d81b9e9a31a'),mapOptions);\r\n\t\t\t\t\t\tvar x = 'on';\r\n\t\t\t\t\t\tvar marker_map_69d81b9e9a31a = new google.maps.Marker({\r\n\t\t\t\t\t\tposition: new google.maps.LatLng(40.75198, -73.96978),\r\n\t\t\t\t\t\tanimation:  google.maps.Animation.DROP,\r\n\t\t\t\t\t\tmap: map_map_69d81b9e9a31a,\r\n\t\t\t\t\t\ticon: ''\r\n\t\t\t\t\t});\r\n\t\t\t\t\tgoogle.maps.event.addListener(marker_map_69d81b9e9a31a, 'click', toggleBounce);}\r\n\t\t\tcatch(e){};\r\n\t\t\tgoogle.maps.event.trigger(map_map_69d81b9e9a31a, 'resize');\r\n\t\t\t$(window).on('resize', function(){\r\n\t\t\t\tgoogle.maps.event.trigger(map_map_69d81b9e9a31a, 'resize');\r\n\t\t\t\tif(map_map_69d81b9e9a31a!=null) {\r\n\t\t\t\t\tmap_map_69d81b9e9a31a.setCenter(coordinate_map_69d81b9e9a31a);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$('.ui-tabs').on('tabsactivate', function(event, ui) {\r\n\t\t\t   if($(this).find('.porto-map-wrapper').length > 0)\r\n\t\t\t\t{\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$('.ui-accordion').on('accordionactivate', function(event, ui) {\r\n\t\t\t\tif($(this).find('.porto-map-wrapper').length > 0) {\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t$(document).on('onPortoModalPopupOpen', function(){\r\n\t\t\t\tif($(map_map_69d81b9e9a31a).parents('.porto_modal-content')) {\r\n\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t$(window).trigger('resize');\r\n\t\t\t\t\t},200);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\tfunction toggleBounce() {\r\n\t\t\t\tif (marker_map_69d81b9e9a31a.getAnimation() != null) {\r\n\t\t\t\t\tmarker_map_69d81b9e9a31a.setAnimation(null);\r\n\t\t\t\t} else {\r\n\t\t\t\t\tmarker_map_69d81b9e9a31a.setAnimation(google.maps.Animation.BOUNCE);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t} )( window.jQuery );\r\n\t};\r\n\r\n\tif ( window.jQuery ) {\r\n\t\tjQuery( document ).ready(function() {\r\n\t\t\tporto_init_map();\r\n\t\t} );\r\n\t} else {\r\n\t\tdocument.addEventListener( 'DOMContentLoaded', porto_init_map );\r\n\t}\r\n\r\n\twindow.addEventListener( 'load', function() {\r\n\t\tsetTimeout( function() {\r\n\t\t\tjQuery( window ).trigger( 'resize' );\r\n\t\t}, 200 );\r\n\t} );\r\n} )();\r\n<\/script>[vc_empty_space height=&#8221;20px&#8221;][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_custom_heading text=&#8221;Maps Shortcodes&#8221; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;shorter&#8221;][vc_column_text]You can build with Visual Composer Google Map, Ultimate Addons Google Map shortcodes.[\/vc_column_text][vc_separator color=&#8221;custom&#8221; gap=&#8221;tall&#8221; gradient=&#8221;yes&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_custom_heading text=&#8221;Full Width&#8221; font_container=&#8221;tag:h4|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221;][vc_empty_space height=&#8221;20px&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space height=&#8221;20px&#8221;][vc_separator color=&#8221;custom&#8221; gap=&#8221;tall&#8221; gradient=&#8221;yes&#8221;][vc_custom_heading text=&#8221;Full Width (Inside Container)&#8221; font_container=&#8221;tag:h4|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space height=&#8221;20px&#8221;][vc_separator color=&#8221;custom&#8221; gap=&#8221;tall&#8221; gradient=&#8221;yes&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Markers&#8221; font_container=&#8221;tag:h4|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221;][vc_empty_space height=&#8221;20px&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Custom Controls&#8221; font_container=&#8221;tag:h4|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221;][vc_empty_space height=&#8221;20px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_separator color=&#8221;custom&#8221; gap=&#8221;tall&#8221; gradient=&#8221;yes&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading [&hellip;]<\/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-6534","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shibasex.com\/index.php?rest_route=\/wp\/v2\/pages\/6534","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shibasex.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shibasex.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shibasex.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shibasex.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6534"}],"version-history":[{"count":0,"href":"https:\/\/shibasex.com\/index.php?rest_route=\/wp\/v2\/pages\/6534\/revisions"}],"wp:attachment":[{"href":"https:\/\/shibasex.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6534"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}