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(33.3191,-111.896)};var g_c5b57a5a13e1b7164ea3d9dc4545f548 = new google.maps.Geocoder();g_c5b57a5a13e1b7164ea3d9dc4545f548.geocode( { 'address': "3075 W Ray Rd #501, Chandler, AZ 85226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chandler-AZ-the-harland-group-at-nova-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('chandler-AZ-the-harland-group-at-nova-home-loans'), mapOptions);}document.getElementById('c286025e').innerHTML += ' | View Map';var $lc5b57a5a13e1b7164ea3d9dc4545f548 = '

The Harland Group at Nova Home Loans

Address: 3075 W Ray Rd #501, Chandler, AZ 85226, USA
Phone: (602) 492-2646
';var m_c5b57a5a13e1b7164ea3d9dc4545f548 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Harland Group at Nova Home Loans',});m_c5b57a5a13e1b7164ea3d9dc4545f548['infowindow'] = new google.maps.InfoWindow({content: $lc5b57a5a13e1b7164ea3d9dc4545f548});var infowindow = new google.maps.InfoWindow({content: $lc5b57a5a13e1b7164ea3d9dc4545f548});google.maps.event.addListener(m_c5b57a5a13e1b7164ea3d9dc4545f548, 'click', function() {infowindow.open(map,m_c5b57a5a13e1b7164ea3d9dc4545f548);});$marker.push(m_c5b57a5a13e1b7164ea3d9dc4545f548);}});}google.maps.event.addDomListener(window, 'load', initialize);