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(31.7219,-85.8196)};var g_0cc0573dc3c00da89c04e5a8259ef832 = new google.maps.Geocoder();g_0cc0573dc3c00da89c04e5a8259ef832.geocode( { 'address': "141 Church St, Brundidge, AL 36010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brundidge-AL-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('brundidge-AL-first-national-bank'), mapOptions);}document.getElementById('06d9f435').innerHTML += ' | View Map';var $l0cc0573dc3c00da89c04e5a8259ef832 = '

First National Bank

Address: 141 Church St, Brundidge, AL 36010
Phone: (334) 735-5525
';var m_0cc0573dc3c00da89c04e5a8259ef832 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_0cc0573dc3c00da89c04e5a8259ef832['infowindow'] = new google.maps.InfoWindow({content: $l0cc0573dc3c00da89c04e5a8259ef832});var infowindow = new google.maps.InfoWindow({content: $l0cc0573dc3c00da89c04e5a8259ef832});google.maps.event.addListener(m_0cc0573dc3c00da89c04e5a8259ef832, 'click', function() {infowindow.open(map,m_0cc0573dc3c00da89c04e5a8259ef832);});$marker.push(m_0cc0573dc3c00da89c04e5a8259ef832);}});}google.maps.event.addDomListener(window, 'load', initialize);