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.4697,-85.0915)};var g_1bf14c6e13fbf12b5685c235a915019e = new google.maps.Geocoder();g_1bf14c6e13fbf12b5685c235a915019e.geocode( { 'address': "3909 US-80, Phenix City, AL 36870, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phenix-city-AL-cash-2-go').style.display = '';map = new google.maps.Map(document.getElementById('phenix-city-AL-cash-2-go'), mapOptions);}document.getElementById('bbb2ec55').innerHTML += ' | View Map';var $l1bf14c6e13fbf12b5685c235a915019e = '

Cash 2 Go

Address: 3909 US-80, Phenix City, AL 36870, USA
Phone: (334) 298-0612
';var m_1bf14c6e13fbf12b5685c235a915019e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash 2 Go',});m_1bf14c6e13fbf12b5685c235a915019e['infowindow'] = new google.maps.InfoWindow({content: $l1bf14c6e13fbf12b5685c235a915019e});var infowindow = new google.maps.InfoWindow({content: $l1bf14c6e13fbf12b5685c235a915019e});google.maps.event.addListener(m_1bf14c6e13fbf12b5685c235a915019e, 'click', function() {infowindow.open(map,m_1bf14c6e13fbf12b5685c235a915019e);});$marker.push(m_1bf14c6e13fbf12b5685c235a915019e);}});}google.maps.event.addDomListener(window, 'load', initialize);