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(31.2841,-90.4685)};var g_3e314a237843b011745ce8c7106a6eac = new google.maps.Geocoder();g_3e314a237843b011745ce8c7106a6eac.geocode( { 'address': "702 S Laurel St, Summit, MS 39666, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('summit-MS-summit-check-cash').style.display = '';map = new google.maps.Map(document.getElementById('summit-MS-summit-check-cash'), mapOptions);}document.getElementById('18f429dc').innerHTML += ' | View Map';var $l3e314a237843b011745ce8c7106a6eac = '

Summit Check Cash

Address: 702 S Laurel St, Summit, MS 39666, USA
Phone: (601) 276-6999
';var m_3e314a237843b011745ce8c7106a6eac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Check Cash',});m_3e314a237843b011745ce8c7106a6eac['infowindow'] = new google.maps.InfoWindow({content: $l3e314a237843b011745ce8c7106a6eac});var infowindow = new google.maps.InfoWindow({content: $l3e314a237843b011745ce8c7106a6eac});google.maps.event.addListener(m_3e314a237843b011745ce8c7106a6eac, 'click', function() {infowindow.open(map,m_3e314a237843b011745ce8c7106a6eac);});$marker.push(m_3e314a237843b011745ce8c7106a6eac);}});}google.maps.event.addDomListener(window, 'load', initialize);