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.1097,-117.533)};var g_7a69f81b990d74c082a7c4ef8ffae3f3 = new google.maps.Geocoder();g_7a69f81b990d74c082a7c4ef8ffae3f3.geocode( { 'address': "12505 N Main St Suite 232, Rancho Cucamonga, CA 91739, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rancho-cucamonga-CA-global-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('rancho-cucamonga-CA-global-mortgage'), mapOptions);}document.getElementById('66acccce').innerHTML += ' | View Map';var $l7a69f81b990d74c082a7c4ef8ffae3f3 = '

Global Mortgage

Address: 12505 N Main St Suite 232, Rancho Cucamonga, CA 91739, USA
Phone: (909) 229-5551
';var m_7a69f81b990d74c082a7c4ef8ffae3f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Mortgage',});m_7a69f81b990d74c082a7c4ef8ffae3f3['infowindow'] = new google.maps.InfoWindow({content: $l7a69f81b990d74c082a7c4ef8ffae3f3});var infowindow = new google.maps.InfoWindow({content: $l7a69f81b990d74c082a7c4ef8ffae3f3});google.maps.event.addListener(m_7a69f81b990d74c082a7c4ef8ffae3f3, 'click', function() {infowindow.open(map,m_7a69f81b990d74c082a7c4ef8ffae3f3);});$marker.push(m_7a69f81b990d74c082a7c4ef8ffae3f3);}});}google.maps.event.addDomListener(window, 'load', initialize);