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.4904,-97.5601)};var g_5a3ac89c3cf169a19d7a255dabd562d6 = new google.maps.Geocoder();g_5a3ac89c3cf169a19d7a255dabd562d6.geocode( { 'address': "1039 NW 63rd St, Oklahoma City, OK 73116"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-haines-financial-corp').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-haines-financial-corp'), mapOptions);}document.getElementById('b4c61b4f').innerHTML += ' | View Map';var $l5a3ac89c3cf169a19d7a255dabd562d6 = '

Haines Financial Corp

Address: 1039 NW 63rd St, Oklahoma City, OK 73116
Phone: (405) 810-8600
';var m_5a3ac89c3cf169a19d7a255dabd562d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Haines Financial Corp',});m_5a3ac89c3cf169a19d7a255dabd562d6['infowindow'] = new google.maps.InfoWindow({content: $l5a3ac89c3cf169a19d7a255dabd562d6});var infowindow = new google.maps.InfoWindow({content: $l5a3ac89c3cf169a19d7a255dabd562d6});google.maps.event.addListener(m_5a3ac89c3cf169a19d7a255dabd562d6, 'click', function() {infowindow.open(map,m_5a3ac89c3cf169a19d7a255dabd562d6);});$marker.push(m_5a3ac89c3cf169a19d7a255dabd562d6);}});}google.maps.event.addDomListener(window, 'load', initialize);