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.4208,-97.4242)};var g_987abbb509e98a9b8cc08f57363e8733 = new google.maps.Geocoder();g_987abbb509e98a9b8cc08f57363e8733.geocode( { 'address': "4859 SE 44th St, Del City, OK 73135, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('del-city-OK-paid-in-cash-ii').style.display = '';map = new google.maps.Map(document.getElementById('del-city-OK-paid-in-cash-ii'), mapOptions);}document.getElementById('e435f51e').innerHTML += ' | View Map';var $l987abbb509e98a9b8cc08f57363e8733 = '

Paid in Cash II

Address: 4859 SE 44th St, Del City, OK 73135, USA
Phone: (405) 670-9555
';var m_987abbb509e98a9b8cc08f57363e8733 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paid in Cash II',});m_987abbb509e98a9b8cc08f57363e8733['infowindow'] = new google.maps.InfoWindow({content: $l987abbb509e98a9b8cc08f57363e8733});var infowindow = new google.maps.InfoWindow({content: $l987abbb509e98a9b8cc08f57363e8733});google.maps.event.addListener(m_987abbb509e98a9b8cc08f57363e8733, 'click', function() {infowindow.open(map,m_987abbb509e98a9b8cc08f57363e8733);});$marker.push(m_987abbb509e98a9b8cc08f57363e8733);}});}google.maps.event.addDomListener(window, 'load', initialize);