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(36.0907,-95.9219)};var g_5836af631e3187c7c5d2adb8959dbd30 = new google.maps.Geocoder();g_5836af631e3187c7c5d2adb8959dbd30.geocode( { 'address': "5051 S Yale Ave, Tulsa, OK 74135, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulsa-OK-american-check-cashers').style.display = '';map = new google.maps.Map(document.getElementById('tulsa-OK-american-check-cashers'), mapOptions);}document.getElementById('2dd4d934').innerHTML += ' | View Map';var $l5836af631e3187c7c5d2adb8959dbd30 = '

American Check Cashers

Address: 5051 S Yale Ave, Tulsa, OK 74135, USA
Phone: (918) 622-8788
';var m_5836af631e3187c7c5d2adb8959dbd30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Check Cashers',});m_5836af631e3187c7c5d2adb8959dbd30['infowindow'] = new google.maps.InfoWindow({content: $l5836af631e3187c7c5d2adb8959dbd30});var infowindow = new google.maps.InfoWindow({content: $l5836af631e3187c7c5d2adb8959dbd30});google.maps.event.addListener(m_5836af631e3187c7c5d2adb8959dbd30, 'click', function() {infowindow.open(map,m_5836af631e3187c7c5d2adb8959dbd30);});$marker.push(m_5836af631e3187c7c5d2adb8959dbd30);}});}google.maps.event.addDomListener(window, 'load', initialize);