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(32.6744,-114.626)};var g_0113c64ca9d9475255c5d0d83e6d2367 = new google.maps.Geocoder();g_0113c64ca9d9475255c5d0d83e6d2367.geocode( { 'address': "454 W Catalina Dr, Yuma, AZ 85364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yuma-AZ-nova-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('yuma-AZ-nova-home-loans'), mapOptions);}document.getElementById('e927ff57').innerHTML += ' | View Map';var $l0113c64ca9d9475255c5d0d83e6d2367 = '

NOVA® Home Loans

Address: 454 W Catalina Dr, Yuma, AZ 85364, USA
Phone: (928) 726-7266
';var m_0113c64ca9d9475255c5d0d83e6d2367 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NOVA® Home Loans',});m_0113c64ca9d9475255c5d0d83e6d2367['infowindow'] = new google.maps.InfoWindow({content: $l0113c64ca9d9475255c5d0d83e6d2367});var infowindow = new google.maps.InfoWindow({content: $l0113c64ca9d9475255c5d0d83e6d2367});google.maps.event.addListener(m_0113c64ca9d9475255c5d0d83e6d2367, 'click', function() {infowindow.open(map,m_0113c64ca9d9475255c5d0d83e6d2367);});$marker.push(m_0113c64ca9d9475255c5d0d83e6d2367);}});}google.maps.event.addDomListener(window, 'load', initialize);