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.4632,-86.4502)};var g_42a0872e8bb68ad51fbc39fa6f4568bf = new google.maps.Geocoder();g_42a0872e8bb68ad51fbc39fa6f4568bf.geocode( { 'address': "301 S Memorial Dr, Prattville, AL 36067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prattville-AL-emergi-cash').style.display = '';map = new google.maps.Map(document.getElementById('prattville-AL-emergi-cash'), mapOptions);}document.getElementById('33f39de2').innerHTML += ' | View Map';var $l42a0872e8bb68ad51fbc39fa6f4568bf = '

Emergi-Cash

Address: 301 S Memorial Dr, Prattville, AL 36067, USA
Phone: (334) 491-0750
';var m_42a0872e8bb68ad51fbc39fa6f4568bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Emergi-Cash',});m_42a0872e8bb68ad51fbc39fa6f4568bf['infowindow'] = new google.maps.InfoWindow({content: $l42a0872e8bb68ad51fbc39fa6f4568bf});var infowindow = new google.maps.InfoWindow({content: $l42a0872e8bb68ad51fbc39fa6f4568bf});google.maps.event.addListener(m_42a0872e8bb68ad51fbc39fa6f4568bf, 'click', function() {infowindow.open(map,m_42a0872e8bb68ad51fbc39fa6f4568bf);});$marker.push(m_42a0872e8bb68ad51fbc39fa6f4568bf);}});}google.maps.event.addDomListener(window, 'load', initialize);