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.3483,-97.5443)};var g_e64063bddf44e5a251f81113be0825fc = new google.maps.Geocoder();g_e64063bddf44e5a251f81113be0825fc.geocode( { 'address': "1530 SW 119th St Ste 103, Oklahoma City, OK 73170, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-bill-phillips---mortgage-loan-officer').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-bill-phillips---mortgage-loan-officer'), mapOptions);}document.getElementById('19c6c5ac').innerHTML += ' | View Map';var $le64063bddf44e5a251f81113be0825fc = '

Bill Phillips - Mortgage Loan Officer

Address: 1530 SW 119th St Ste 103, Oklahoma City, OK 73170, United States
Phone: (405) 615-2252
';var m_e64063bddf44e5a251f81113be0825fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bill Phillips - Mortgage Loan Officer',});m_e64063bddf44e5a251f81113be0825fc['infowindow'] = new google.maps.InfoWindow({content: $le64063bddf44e5a251f81113be0825fc});var infowindow = new google.maps.InfoWindow({content: $le64063bddf44e5a251f81113be0825fc});google.maps.event.addListener(m_e64063bddf44e5a251f81113be0825fc, 'click', function() {infowindow.open(map,m_e64063bddf44e5a251f81113be0825fc);});$marker.push(m_e64063bddf44e5a251f81113be0825fc);}});}google.maps.event.addDomListener(window, 'load', initialize);