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.9134,-85.9384)};var g_48a8b46e7ea342b913b50c7087f78162 = new google.maps.Geocoder();g_48a8b46e7ea342b913b50c7087f78162.geocode( { 'address': "1120 Airport Dr, Alexander City, AL 35010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexander-city-AL-river-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('alexander-city-AL-river-bank-trust'), mapOptions);}document.getElementById('4c5bf06b').innerHTML += ' | View Map';var $l48a8b46e7ea342b913b50c7087f78162 = '

River Bank & Trust

Address: 1120 Airport Dr, Alexander City, AL 35010
Phone: (256) 329-0555
';var m_48a8b46e7ea342b913b50c7087f78162 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River Bank & Trust',});m_48a8b46e7ea342b913b50c7087f78162['infowindow'] = new google.maps.InfoWindow({content: $l48a8b46e7ea342b913b50c7087f78162});var infowindow = new google.maps.InfoWindow({content: $l48a8b46e7ea342b913b50c7087f78162});google.maps.event.addListener(m_48a8b46e7ea342b913b50c7087f78162, 'click', function() {infowindow.open(map,m_48a8b46e7ea342b913b50c7087f78162);});$marker.push(m_48a8b46e7ea342b913b50c7087f78162);}});}google.maps.event.addDomListener(window, 'load', initialize);