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.4726,-85.0156)};var g_f57bff8d5455c72457da0440f636f4bc = new google.maps.Geocoder();g_f57bff8d5455c72457da0440f636f4bc.geocode( { 'address': "1703 14th St, Phenix City, AL 36867, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phenix-city-AL-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('phenix-city-AL-cash-express'), mapOptions);}document.getElementById('3535ec52').innerHTML += ' | View Map';var $lf57bff8d5455c72457da0440f636f4bc = '

Cash Express

Address: 1703 14th St, Phenix City, AL 36867, USA
Phone: (334) 298-9293
';var m_f57bff8d5455c72457da0440f636f4bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Express',});m_f57bff8d5455c72457da0440f636f4bc['infowindow'] = new google.maps.InfoWindow({content: $lf57bff8d5455c72457da0440f636f4bc});var infowindow = new google.maps.InfoWindow({content: $lf57bff8d5455c72457da0440f636f4bc});google.maps.event.addListener(m_f57bff8d5455c72457da0440f636f4bc, 'click', function() {infowindow.open(map,m_f57bff8d5455c72457da0440f636f4bc);});$marker.push(m_f57bff8d5455c72457da0440f636f4bc);}});}google.maps.event.addDomListener(window, 'load', initialize);