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.5994,-85.4734)};var g_5442903c1c5f39cd26119308ac2cf4b4 = new google.maps.Geocoder();g_5442903c1c5f39cd26119308ac2cf4b4.geocode( { 'address': "472 N Dean Rd, Auburn, AL 36830"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-AL-aliant-bank').style.display = '';map = new google.maps.Map(document.getElementById('auburn-AL-aliant-bank'), mapOptions);}document.getElementById('f73aafbb').innerHTML += ' | View Map';var $l5442903c1c5f39cd26119308ac2cf4b4 = '

Aliant Bank

Address: 472 N Dean Rd, Auburn, AL 36830
Phone: (334) 821-8127
';var m_5442903c1c5f39cd26119308ac2cf4b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aliant Bank',});m_5442903c1c5f39cd26119308ac2cf4b4['infowindow'] = new google.maps.InfoWindow({content: $l5442903c1c5f39cd26119308ac2cf4b4});var infowindow = new google.maps.InfoWindow({content: $l5442903c1c5f39cd26119308ac2cf4b4});google.maps.event.addListener(m_5442903c1c5f39cd26119308ac2cf4b4, 'click', function() {infowindow.open(map,m_5442903c1c5f39cd26119308ac2cf4b4);});$marker.push(m_5442903c1c5f39cd26119308ac2cf4b4);}});}google.maps.event.addDomListener(window, 'load', initialize);