var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(26.3312,-81.8068)};var g_2bb56ba3fd512e98c309a74a6f0ede14 = new google.maps.Geocoder();g_2bb56ba3fd512e98c309a74a6f0ede14.geocode( { 'address': "27990 S Tamiami Trail, Bonita Springs, FL 34134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bonita-springs-FL-the-check-cashing-store').style.display = '';map = new google.maps.Map(document.getElementById('bonita-springs-FL-the-check-cashing-store'), mapOptions);}document.getElementById('8cd3210d').innerHTML += ' | View Map';var $l2bb56ba3fd512e98c309a74a6f0ede14 = '

The Check Cashing Store

Address: 27990 S Tamiami Trail, Bonita Springs, FL 34134, USA
Phone: (239) 947-8770
';var m_2bb56ba3fd512e98c309a74a6f0ede14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Check Cashing Store',});m_2bb56ba3fd512e98c309a74a6f0ede14['infowindow'] = new google.maps.InfoWindow({content: $l2bb56ba3fd512e98c309a74a6f0ede14});var infowindow = new google.maps.InfoWindow({content: $l2bb56ba3fd512e98c309a74a6f0ede14});google.maps.event.addListener(m_2bb56ba3fd512e98c309a74a6f0ede14, 'click', function() {infowindow.open(map,m_2bb56ba3fd512e98c309a74a6f0ede14);});$marker.push(m_2bb56ba3fd512e98c309a74a6f0ede14);}});}google.maps.event.addDomListener(window, 'load', initialize);