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.0817,-95.8678)};var g_92322f8cc99383f7331946994cb38a92 = new google.maps.Geocoder();g_92322f8cc99383f7331946994cb38a92.geocode( { 'address': "5649 S Mingo Rd K, Tulsa, OK 74146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulsa-OK-a-family-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('tulsa-OK-a-family-loan-company'), mapOptions);}document.getElementById('5c67786d').innerHTML += ' | View Map';var $l92322f8cc99383f7331946994cb38a92 = '

A Family Loan Company

Address: 5649 S Mingo Rd K, Tulsa, OK 74146, USA
Phone: (918) 664-5100
';var m_92322f8cc99383f7331946994cb38a92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A Family Loan Company',});m_92322f8cc99383f7331946994cb38a92['infowindow'] = new google.maps.InfoWindow({content: $l92322f8cc99383f7331946994cb38a92});var infowindow = new google.maps.InfoWindow({content: $l92322f8cc99383f7331946994cb38a92});google.maps.event.addListener(m_92322f8cc99383f7331946994cb38a92, 'click', function() {infowindow.open(map,m_92322f8cc99383f7331946994cb38a92);});$marker.push(m_92322f8cc99383f7331946994cb38a92);}});}google.maps.event.addDomListener(window, 'load', initialize);