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.4325,-87.042)};var g_bb13197a17ce50ac1f63dbed86ba5e04 = new google.maps.Geocoder();g_bb13197a17ce50ac1f63dbed86ba5e04.geocode( { 'address': "1370 Highland Ave, Selma, AL 36701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selma-AL-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('selma-AL-check-into-cash'), mapOptions);}document.getElementById('5b85cad0').innerHTML += ' | View Map';var $lbb13197a17ce50ac1f63dbed86ba5e04 = '

Check Into Cash

Address: 1370 Highland Ave, Selma, AL 36701, USA
Phone: (334) 877-4244
';var m_bb13197a17ce50ac1f63dbed86ba5e04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_bb13197a17ce50ac1f63dbed86ba5e04['infowindow'] = new google.maps.InfoWindow({content: $lbb13197a17ce50ac1f63dbed86ba5e04});var infowindow = new google.maps.InfoWindow({content: $lbb13197a17ce50ac1f63dbed86ba5e04});google.maps.event.addListener(m_bb13197a17ce50ac1f63dbed86ba5e04, 'click', function() {infowindow.open(map,m_bb13197a17ce50ac1f63dbed86ba5e04);});$marker.push(m_bb13197a17ce50ac1f63dbed86ba5e04);}});}google.maps.event.addDomListener(window, 'load', initialize);