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.0723,-95.902)};var g_6d87531607dc0de161609af85f5cfd60 = new google.maps.Geocoder();g_6d87531607dc0de161609af85f5cfd60.geocode( { 'address': "6670 S Lewis Ave #200, Tulsa, OK 74136"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulsa-OK-zfg-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('tulsa-OK-zfg-mortgage'), mapOptions);}document.getElementById('2c8c75cb').innerHTML += ' | View Map';var $l6d87531607dc0de161609af85f5cfd60 = '

ZFG Mortgage

Address: 6670 S Lewis Ave #200, Tulsa, OK 74136
Phone: (918) 459-6530
';var m_6d87531607dc0de161609af85f5cfd60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ZFG Mortgage',});m_6d87531607dc0de161609af85f5cfd60['infowindow'] = new google.maps.InfoWindow({content: $l6d87531607dc0de161609af85f5cfd60});var infowindow = new google.maps.InfoWindow({content: $l6d87531607dc0de161609af85f5cfd60});google.maps.event.addListener(m_6d87531607dc0de161609af85f5cfd60, 'click', function() {infowindow.open(map,m_6d87531607dc0de161609af85f5cfd60);});$marker.push(m_6d87531607dc0de161609af85f5cfd60);}});}google.maps.event.addDomListener(window, 'load', initialize);