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(30.2639,-87.6877)};var g_2e359b6f56c84f0692eeab76463659cc = new google.maps.Geocoder();g_2e359b6f56c84f0692eeab76463659cc.geocode( { 'address': "1400 Gulf Shores Pkwy, Gulf Shores, AL 36542, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gulf-shores-AL-atm').style.display = '';map = new google.maps.Map(document.getElementById('gulf-shores-AL-atm'), mapOptions);}document.getElementById('987ab7e4').innerHTML += ' | View Map';var $l2e359b6f56c84f0692eeab76463659cc = '

ATM

Address: 1400 Gulf Shores Pkwy, Gulf Shores, AL 36542, USA
Phone:
';var m_2e359b6f56c84f0692eeab76463659cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_2e359b6f56c84f0692eeab76463659cc['infowindow'] = new google.maps.InfoWindow({content: $l2e359b6f56c84f0692eeab76463659cc});var infowindow = new google.maps.InfoWindow({content: $l2e359b6f56c84f0692eeab76463659cc});google.maps.event.addListener(m_2e359b6f56c84f0692eeab76463659cc, 'click', function() {infowindow.open(map,m_2e359b6f56c84f0692eeab76463659cc);});$marker.push(m_2e359b6f56c84f0692eeab76463659cc);}});}google.maps.event.addDomListener(window, 'load', initialize);