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(31.5165,-87.8966)};var g_ceadc8a6adc7928cbf91a70f4e2b1217 = new google.maps.Geocoder();g_ceadc8a6adc7928cbf91a70f4e2b1217.geocode( { 'address': "27188 Highway 43, Leroy, AL 36548"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leroy-AL-capstone-bank').style.display = '';map = new google.maps.Map(document.getElementById('leroy-AL-capstone-bank'), mapOptions);}document.getElementById('744bfb7c').innerHTML += ' | View Map';var $lceadc8a6adc7928cbf91a70f4e2b1217 = '

Capstone Bank

Address: 27188 Highway 43, Leroy, AL 36548
Phone: (251) 246-5773
';var m_ceadc8a6adc7928cbf91a70f4e2b1217 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capstone Bank',});m_ceadc8a6adc7928cbf91a70f4e2b1217['infowindow'] = new google.maps.InfoWindow({content: $lceadc8a6adc7928cbf91a70f4e2b1217});var infowindow = new google.maps.InfoWindow({content: $lceadc8a6adc7928cbf91a70f4e2b1217});google.maps.event.addListener(m_ceadc8a6adc7928cbf91a70f4e2b1217, 'click', function() {infowindow.open(map,m_ceadc8a6adc7928cbf91a70f4e2b1217);});$marker.push(m_ceadc8a6adc7928cbf91a70f4e2b1217);}});}google.maps.event.addDomListener(window, 'load', initialize);