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.6351,-86.3156)};var g_c7110bc1adcf230cfb46119bfa059b2e = new google.maps.Geocoder();g_c7110bc1adcf230cfb46119bfa059b2e.geocode( { 'address': "9788 Holtville Rd, Wetumpka, AL 36092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wetumpka-AL-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('wetumpka-AL-first-community-bank'), mapOptions);}document.getElementById('4dd554d3').innerHTML += ' | View Map';var $lc7110bc1adcf230cfb46119bfa059b2e = '

First Community Bank

Address: 9788 Holtville Rd, Wetumpka, AL 36092, USA
Phone: (334) 238-0800
';var m_c7110bc1adcf230cfb46119bfa059b2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_c7110bc1adcf230cfb46119bfa059b2e['infowindow'] = new google.maps.InfoWindow({content: $lc7110bc1adcf230cfb46119bfa059b2e});var infowindow = new google.maps.InfoWindow({content: $lc7110bc1adcf230cfb46119bfa059b2e});google.maps.event.addListener(m_c7110bc1adcf230cfb46119bfa059b2e, 'click', function() {infowindow.open(map,m_c7110bc1adcf230cfb46119bfa059b2e);});$marker.push(m_c7110bc1adcf230cfb46119bfa059b2e);}});}google.maps.event.addDomListener(window, 'load', initialize);