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.2309,-97.4809)};var g_3c5e5f87353c8547b5917b338d8c976f = new google.maps.Geocoder();g_3c5e5f87353c8547b5917b338d8c976f.geocode( { 'address': "1004 24th Ave NW Ste 102, Norman, OK 73069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norman-OK-irene-fitzgerald---mortgage-loan-officer').style.display = '';map = new google.maps.Map(document.getElementById('norman-OK-irene-fitzgerald---mortgage-loan-officer'), mapOptions);}document.getElementById('df25998e').innerHTML += ' | View Map';var $l3c5e5f87353c8547b5917b338d8c976f = '

Irene Fitzgerald - Mortgage Loan Officer

Address: 1004 24th Ave NW Ste 102, Norman, OK 73069, USA
Phone: (405) 664-0965
';var m_3c5e5f87353c8547b5917b338d8c976f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Irene Fitzgerald - Mortgage Loan Officer',});m_3c5e5f87353c8547b5917b338d8c976f['infowindow'] = new google.maps.InfoWindow({content: $l3c5e5f87353c8547b5917b338d8c976f});var infowindow = new google.maps.InfoWindow({content: $l3c5e5f87353c8547b5917b338d8c976f});google.maps.event.addListener(m_3c5e5f87353c8547b5917b338d8c976f, 'click', function() {infowindow.open(map,m_3c5e5f87353c8547b5917b338d8c976f);});$marker.push(m_3c5e5f87353c8547b5917b338d8c976f);}});}google.maps.event.addDomListener(window, 'load', initialize);