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.6961,-114.625)};var g_d296851ddfe7c76b094d50014a132f8b = new google.maps.Geocoder();g_d296851ddfe7c76b094d50014a132f8b.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-financial--investment').style.display = '';map = new google.maps.Map(document.getElementById('yuma-AZ-nova-financial--investment'), mapOptions);}document.getElementById('e927ff57').innerHTML += ' | View Map';var $ld296851ddfe7c76b094d50014a132f8b = '

Nova Financial & Investment

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