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.5907,-86.2814)};var g_cd7bb1c870d6c43c38fde42ec0fc291b = new google.maps.Geocoder();g_cd7bb1c870d6c43c38fde42ec0fc291b.geocode( { 'address': "218 Martin St, Pell City, AL 35125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pell-city-AL-coosa-valley-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('pell-city-AL-coosa-valley-mortgage'), mapOptions);}document.getElementById('18305607').innerHTML += ' | View Map';var $lcd7bb1c870d6c43c38fde42ec0fc291b = '

Coosa Valley Mortgage

Address: 218 Martin St, Pell City, AL 35125, USA
Phone: (205) 884-2665
';var m_cd7bb1c870d6c43c38fde42ec0fc291b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coosa Valley Mortgage',});m_cd7bb1c870d6c43c38fde42ec0fc291b['infowindow'] = new google.maps.InfoWindow({content: $lcd7bb1c870d6c43c38fde42ec0fc291b});var infowindow = new google.maps.InfoWindow({content: $lcd7bb1c870d6c43c38fde42ec0fc291b});google.maps.event.addListener(m_cd7bb1c870d6c43c38fde42ec0fc291b, 'click', function() {infowindow.open(map,m_cd7bb1c870d6c43c38fde42ec0fc291b);});$marker.push(m_cd7bb1c870d6c43c38fde42ec0fc291b);}});}google.maps.event.addDomListener(window, 'load', initialize);