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(33.7424,-86.1504)};var g_5dba8e412af9224649d96a8358ccb067 = new google.maps.Geocoder();g_5dba8e412af9224649d96a8358ccb067.geocode( { 'address': "1164 Main St, Ragland, AL 35131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ragland-AL-metro-bank').style.display = '';map = new google.maps.Map(document.getElementById('ragland-AL-metro-bank'), mapOptions);}document.getElementById('6287cca6').innerHTML += ' | View Map';var $l5dba8e412af9224649d96a8358ccb067 = '

Metro Bank

Address: 1164 Main St, Ragland, AL 35131, USA
Phone: (205) 472-5000
';var m_5dba8e412af9224649d96a8358ccb067 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metro Bank',});m_5dba8e412af9224649d96a8358ccb067['infowindow'] = new google.maps.InfoWindow({content: $l5dba8e412af9224649d96a8358ccb067});var infowindow = new google.maps.InfoWindow({content: $l5dba8e412af9224649d96a8358ccb067});google.maps.event.addListener(m_5dba8e412af9224649d96a8358ccb067, 'click', function() {infowindow.open(map,m_5dba8e412af9224649d96a8358ccb067);});$marker.push(m_5dba8e412af9224649d96a8358ccb067);}});}google.maps.event.addDomListener(window, 'load', initialize);