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.0505,-86.2196)};var g_ea3d9534a076f2a6f7068da38e7552ac = new google.maps.Geocoder();g_ea3d9534a076f2a6f7068da38e7552ac.geocode( { 'address': "105 Main St, Ramer, AL 36069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ramer-AL-ramer-bank').style.display = '';map = new google.maps.Map(document.getElementById('ramer-AL-ramer-bank'), mapOptions);}document.getElementById('3184305d').innerHTML += ' | View Map';var $lea3d9534a076f2a6f7068da38e7552ac = '

Ramer Bank

Address: 105 Main St, Ramer, AL 36069, USA
Phone: (334) 562-3257
';var m_ea3d9534a076f2a6f7068da38e7552ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ramer Bank',});m_ea3d9534a076f2a6f7068da38e7552ac['infowindow'] = new google.maps.InfoWindow({content: $lea3d9534a076f2a6f7068da38e7552ac});var infowindow = new google.maps.InfoWindow({content: $lea3d9534a076f2a6f7068da38e7552ac});google.maps.event.addListener(m_ea3d9534a076f2a6f7068da38e7552ac, 'click', function() {infowindow.open(map,m_ea3d9534a076f2a6f7068da38e7552ac);});$marker.push(m_ea3d9534a076f2a6f7068da38e7552ac);}});}google.maps.event.addDomListener(window, 'load', initialize);