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.4344,-90.126)};var g_8dacd3d8b9d2cd20eb244b5f745ea88e = new google.maps.Geocoder();g_8dacd3d8b9d2cd20eb244b5f745ea88e.geocode( { 'address': "607 US-51, Ridgeland, MS 39157, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeland-MS-a-1-check-cashing-inc').style.display = '';map = new google.maps.Map(document.getElementById('ridgeland-MS-a-1-check-cashing-inc'), mapOptions);}document.getElementById('39063133').innerHTML += ' | View Map';var $l8dacd3d8b9d2cd20eb244b5f745ea88e = '

A-1 Check Cashing, Inc.

Address: 607 US-51, Ridgeland, MS 39157, USA
Phone: (601) 853-8266
';var m_8dacd3d8b9d2cd20eb244b5f745ea88e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A-1 Check Cashing, Inc.',});m_8dacd3d8b9d2cd20eb244b5f745ea88e['infowindow'] = new google.maps.InfoWindow({content: $l8dacd3d8b9d2cd20eb244b5f745ea88e});var infowindow = new google.maps.InfoWindow({content: $l8dacd3d8b9d2cd20eb244b5f745ea88e});google.maps.event.addListener(m_8dacd3d8b9d2cd20eb244b5f745ea88e, 'click', function() {infowindow.open(map,m_8dacd3d8b9d2cd20eb244b5f745ea88e);});$marker.push(m_8dacd3d8b9d2cd20eb244b5f745ea88e);}});}google.maps.event.addDomListener(window, 'load', initialize);