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.4583,-85.0132)};var g_2bea5e5b33433b178530244c7a0ed8b0 = new google.maps.Geocoder();g_2bea5e5b33433b178530244c7a0ed8b0.geocode( { 'address': "1118-D Highway 280 Bypass, Phenix City, AL 36867, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phenix-city-AL-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('phenix-city-AL-check-into-cash'), mapOptions);}document.getElementById('17dbdf8e').innerHTML += ' | View Map';var $l2bea5e5b33433b178530244c7a0ed8b0 = '

Check Into Cash

Address: 1118-D Highway 280 Bypass, Phenix City, AL 36867, USA
Phone: (334) 297-3453
';var m_2bea5e5b33433b178530244c7a0ed8b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_2bea5e5b33433b178530244c7a0ed8b0['infowindow'] = new google.maps.InfoWindow({content: $l2bea5e5b33433b178530244c7a0ed8b0});var infowindow = new google.maps.InfoWindow({content: $l2bea5e5b33433b178530244c7a0ed8b0});google.maps.event.addListener(m_2bea5e5b33433b178530244c7a0ed8b0, 'click', function() {infowindow.open(map,m_2bea5e5b33433b178530244c7a0ed8b0);});$marker.push(m_2bea5e5b33433b178530244c7a0ed8b0);}});}google.maps.event.addDomListener(window, 'load', initialize);