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.613,-90.0195)};var g_6209d3873549a30e8e72459469532fd4 = new google.maps.Geocoder();g_6209d3873549a30e8e72459469532fd4.geocode( { 'address': "625 E Peace St, Canton, MS 39046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MS-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('canton-MS-approved-cash'), mapOptions);}document.getElementById('674ca077').innerHTML += ' | View Map';var $l6209d3873549a30e8e72459469532fd4 = '

Approved Cash

Address: 625 E Peace St, Canton, MS 39046, USA
Phone: (601) 859-9500
';var m_6209d3873549a30e8e72459469532fd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_6209d3873549a30e8e72459469532fd4['infowindow'] = new google.maps.InfoWindow({content: $l6209d3873549a30e8e72459469532fd4});var infowindow = new google.maps.InfoWindow({content: $l6209d3873549a30e8e72459469532fd4});google.maps.event.addListener(m_6209d3873549a30e8e72459469532fd4, 'click', function() {infowindow.open(map,m_6209d3873549a30e8e72459469532fd4);});$marker.push(m_6209d3873549a30e8e72459469532fd4);}});}google.maps.event.addDomListener(window, 'load', initialize);