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.4608,-86.4515)};var g_8101907648ff408a8653d1d8648f6085 = new google.maps.Geocoder();g_8101907648ff408a8653d1d8648f6085.geocode( { 'address': "612 S Memorial Dr, Prattville, AL 36067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prattville-AL-river-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('prattville-AL-river-bank-and-trust'), mapOptions);}document.getElementById('238e2704').innerHTML += ' | View Map';var $l8101907648ff408a8653d1d8648f6085 = '

River Bank and Trust

Address: 612 S Memorial Dr, Prattville, AL 36067, USA
Phone: (334) 290-2720
';var m_8101907648ff408a8653d1d8648f6085 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River Bank and Trust',});m_8101907648ff408a8653d1d8648f6085['infowindow'] = new google.maps.InfoWindow({content: $l8101907648ff408a8653d1d8648f6085});var infowindow = new google.maps.InfoWindow({content: $l8101907648ff408a8653d1d8648f6085});google.maps.event.addListener(m_8101907648ff408a8653d1d8648f6085, 'click', function() {infowindow.open(map,m_8101907648ff408a8653d1d8648f6085);});$marker.push(m_8101907648ff408a8653d1d8648f6085);}});}google.maps.event.addDomListener(window, 'load', initialize);