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.794,-83.7425)};var g_1a56a7fdcd92b1520a3508d47cb5adbb = new google.maps.Geocoder();g_1a56a7fdcd92b1520a3508d47cb5adbb.geocode( { 'address': "1901 W Spring St, Monroe, GA 30655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-GA-liberty-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('monroe-GA-liberty-first-bank'), mapOptions);}document.getElementById('1c412ba8').innerHTML += ' | View Map';var $l1a56a7fdcd92b1520a3508d47cb5adbb = '

Liberty First Bank

Address: 1901 W Spring St, Monroe, GA 30655, USA
Phone: (770) 207-3000
';var m_1a56a7fdcd92b1520a3508d47cb5adbb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty First Bank',});m_1a56a7fdcd92b1520a3508d47cb5adbb['infowindow'] = new google.maps.InfoWindow({content: $l1a56a7fdcd92b1520a3508d47cb5adbb});var infowindow = new google.maps.InfoWindow({content: $l1a56a7fdcd92b1520a3508d47cb5adbb});google.maps.event.addListener(m_1a56a7fdcd92b1520a3508d47cb5adbb, 'click', function() {infowindow.open(map,m_1a56a7fdcd92b1520a3508d47cb5adbb);});$marker.push(m_1a56a7fdcd92b1520a3508d47cb5adbb);}});}google.maps.event.addDomListener(window, 'load', initialize);