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.1312,-118.068)};var g_2f0e849758657a76cfb057519ba3ef02 = new google.maps.Geocoder();g_2f0e849758657a76cfb057519ba3ef02.geocode( { 'address': "1201 W Huntington Dr #111, Arcadia, CA 91007, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arcadia-CA-superior-home-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('arcadia-CA-superior-home-loans-inc'), mapOptions);}document.getElementById('f1a07ccb').innerHTML += ' | View Map';var $l2f0e849758657a76cfb057519ba3ef02 = '

Superior Home Loans Inc

Address: 1201 W Huntington Dr #111, Arcadia, CA 91007, USA
Phone: (626) 796-7000
';var m_2f0e849758657a76cfb057519ba3ef02 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Home Loans Inc',});m_2f0e849758657a76cfb057519ba3ef02['infowindow'] = new google.maps.InfoWindow({content: $l2f0e849758657a76cfb057519ba3ef02});var infowindow = new google.maps.InfoWindow({content: $l2f0e849758657a76cfb057519ba3ef02});google.maps.event.addListener(m_2f0e849758657a76cfb057519ba3ef02, 'click', function() {infowindow.open(map,m_2f0e849758657a76cfb057519ba3ef02);});$marker.push(m_2f0e849758657a76cfb057519ba3ef02);}});}google.maps.event.addDomListener(window, 'load', initialize);