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.1048,-118.055)};var g_92e3cca92c1a5a7da790f20face20530 = new google.maps.Geocoder();g_92e3cca92c1a5a7da790f20face20530.geocode( { 'address': "5733 Agnes Ave, Temple City, CA 91780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temple-city-CA-temple-financial').style.display = '';map = new google.maps.Map(document.getElementById('temple-city-CA-temple-financial'), mapOptions);}document.getElementById('435da770').innerHTML += ' | View Map';var $l92e3cca92c1a5a7da790f20face20530 = '

Temple Financial

Address: 5733 Agnes Ave, Temple City, CA 91780, USA
Phone: (626) 286-7974
';var m_92e3cca92c1a5a7da790f20face20530 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Temple Financial',});m_92e3cca92c1a5a7da790f20face20530['infowindow'] = new google.maps.InfoWindow({content: $l92e3cca92c1a5a7da790f20face20530});var infowindow = new google.maps.InfoWindow({content: $l92e3cca92c1a5a7da790f20face20530});google.maps.event.addListener(m_92e3cca92c1a5a7da790f20face20530, 'click', function() {infowindow.open(map,m_92e3cca92c1a5a7da790f20face20530);});$marker.push(m_92e3cca92c1a5a7da790f20face20530);}});}google.maps.event.addDomListener(window, 'load', initialize);