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(32.3555,-86.2659)};var g_3b20f86f68dbde3147364a0f6499637b = new google.maps.Geocoder();g_3b20f86f68dbde3147364a0f6499637b.geocode( { 'address': "3026 Zelda Rd, Montgomery, AL 36106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montgomery-AL-sun-trust-atm').style.display = '';map = new google.maps.Map(document.getElementById('montgomery-AL-sun-trust-atm'), mapOptions);}document.getElementById('06807bc8').innerHTML += ' | View Map';var $l3b20f86f68dbde3147364a0f6499637b = '

Sun Trust ATM

Address: 3026 Zelda Rd, Montgomery, AL 36106, USA
Phone: (800) 786-8787
';var m_3b20f86f68dbde3147364a0f6499637b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Trust ATM',});m_3b20f86f68dbde3147364a0f6499637b['infowindow'] = new google.maps.InfoWindow({content: $l3b20f86f68dbde3147364a0f6499637b});var infowindow = new google.maps.InfoWindow({content: $l3b20f86f68dbde3147364a0f6499637b});google.maps.event.addListener(m_3b20f86f68dbde3147364a0f6499637b, 'click', function() {infowindow.open(map,m_3b20f86f68dbde3147364a0f6499637b);});$marker.push(m_3b20f86f68dbde3147364a0f6499637b);}});}google.maps.event.addDomListener(window, 'load', initialize);