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.6089,-85.4294)};var g_09c107284b4afff47f642546681ad824 = new google.maps.Geocoder();g_09c107284b4afff47f642546681ad824.geocode( { 'address': "2315 Bent Creek Rd, Auburn, AL 36830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-AL-auburn-bank').style.display = '';map = new google.maps.Map(document.getElementById('auburn-AL-auburn-bank'), mapOptions);}document.getElementById('8a46cd46').innerHTML += ' | View Map';var $l09c107284b4afff47f642546681ad824 = '

Auburn Bank

Address: 2315 Bent Creek Rd, Auburn, AL 36830, USA
Phone: (334) 466-3180
';var m_09c107284b4afff47f642546681ad824 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auburn Bank',});m_09c107284b4afff47f642546681ad824['infowindow'] = new google.maps.InfoWindow({content: $l09c107284b4afff47f642546681ad824});var infowindow = new google.maps.InfoWindow({content: $l09c107284b4afff47f642546681ad824});google.maps.event.addListener(m_09c107284b4afff47f642546681ad824, 'click', function() {infowindow.open(map,m_09c107284b4afff47f642546681ad824);});$marker.push(m_09c107284b4afff47f642546681ad824);}});}google.maps.event.addDomListener(window, 'load', initialize);