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(33.7909,-83.7117)};var g_c493df778a2f8793097f1db2a272d0f9 = new google.maps.Geocoder();g_c493df778a2f8793097f1db2a272d0f9.geocode( { 'address': "1990 West Spring Street, Monroe, GA 30655"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-GA-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('monroe-GA-suntrust-bank'), mapOptions);}document.getElementById('7f6c7d5c').innerHTML += ' | View Map';var $lc493df778a2f8793097f1db2a272d0f9 = '

SunTrust Bank

Address: 1990 West Spring Street, Monroe, GA 30655
Phone: (678) 635-3169
';var m_c493df778a2f8793097f1db2a272d0f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_c493df778a2f8793097f1db2a272d0f9['infowindow'] = new google.maps.InfoWindow({content: $lc493df778a2f8793097f1db2a272d0f9});var infowindow = new google.maps.InfoWindow({content: $lc493df778a2f8793097f1db2a272d0f9});google.maps.event.addListener(m_c493df778a2f8793097f1db2a272d0f9, 'click', function() {infowindow.open(map,m_c493df778a2f8793097f1db2a272d0f9);});$marker.push(m_c493df778a2f8793097f1db2a272d0f9);}});}google.maps.event.addDomListener(window, 'load', initialize);