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.464,-86.4597)};var g_2a040b83b92d03ddd234195b3b5f0cb5 = new google.maps.Geocoder();g_2a040b83b92d03ddd234195b3b5f0cb5.geocode( { 'address': "Prattville, AL 36067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prattville-AL-cornerstone-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('prattville-AL-cornerstone-finance-co'), mapOptions);}document.getElementById('b0edf69d').innerHTML += ' | View Map';var $l2a040b83b92d03ddd234195b3b5f0cb5 = '

Cornerstone Finance Co

Address: Prattville, AL 36067, USA
Phone: (334) 358-1588
';var m_2a040b83b92d03ddd234195b3b5f0cb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Finance Co',});m_2a040b83b92d03ddd234195b3b5f0cb5['infowindow'] = new google.maps.InfoWindow({content: $l2a040b83b92d03ddd234195b3b5f0cb5});var infowindow = new google.maps.InfoWindow({content: $l2a040b83b92d03ddd234195b3b5f0cb5});google.maps.event.addListener(m_2a040b83b92d03ddd234195b3b5f0cb5, 'click', function() {infowindow.open(map,m_2a040b83b92d03ddd234195b3b5f0cb5);});$marker.push(m_2a040b83b92d03ddd234195b3b5f0cb5);}});}google.maps.event.addDomListener(window, 'load', initialize);