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(35.4568,-94.8075)};var g_61c765a5285aff4224a2e4e7474c0a01 = new google.maps.Geocoder();g_61c765a5285aff4224a2e4e7474c0a01.geocode( { 'address': "215 S Kerr Blvd, Sallisaw, OK 74955, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sallisaw-OK-merrill-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('sallisaw-OK-merrill-check-cashing'), mapOptions);}document.getElementById('acf7da24').innerHTML += ' | View Map';var $l61c765a5285aff4224a2e4e7474c0a01 = '

Merrill Check Cashing

Address: 215 S Kerr Blvd, Sallisaw, OK 74955, USA
Phone: (918) 775-6006
';var m_61c765a5285aff4224a2e4e7474c0a01 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Check Cashing',});m_61c765a5285aff4224a2e4e7474c0a01['infowindow'] = new google.maps.InfoWindow({content: $l61c765a5285aff4224a2e4e7474c0a01});var infowindow = new google.maps.InfoWindow({content: $l61c765a5285aff4224a2e4e7474c0a01});google.maps.event.addListener(m_61c765a5285aff4224a2e4e7474c0a01, 'click', function() {infowindow.open(map,m_61c765a5285aff4224a2e4e7474c0a01);});$marker.push(m_61c765a5285aff4224a2e4e7474c0a01);}});}google.maps.event.addDomListener(window, 'load', initialize);