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(34.1079,-117.578)};var g_cecd845e3577efdaaf24eea03af4c033 = new google.maps.Geocoder();g_cecd845e3577efdaaf24eea03af4c033.geocode( { 'address': "8010 Haven Ave, Rancho Cucamonga, CA 91730, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rancho-cucamonga-CA-empire-financial').style.display = '';map = new google.maps.Map(document.getElementById('rancho-cucamonga-CA-empire-financial'), mapOptions);}document.getElementById('aa02dad3').innerHTML += ' | View Map';var $lcecd845e3577efdaaf24eea03af4c033 = '

Empire Financial

Address: 8010 Haven Ave, Rancho Cucamonga, CA 91730, USA
Phone: (909) 944-2060
';var m_cecd845e3577efdaaf24eea03af4c033 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire Financial',});m_cecd845e3577efdaaf24eea03af4c033['infowindow'] = new google.maps.InfoWindow({content: $lcecd845e3577efdaaf24eea03af4c033});var infowindow = new google.maps.InfoWindow({content: $lcecd845e3577efdaaf24eea03af4c033});google.maps.event.addListener(m_cecd845e3577efdaaf24eea03af4c033, 'click', function() {infowindow.open(map,m_cecd845e3577efdaaf24eea03af4c033);});$marker.push(m_cecd845e3577efdaaf24eea03af4c033);}});}google.maps.event.addDomListener(window, 'load', initialize);