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.2325,-118.246)};var g_d3ed42a2ec006df7755a4a2a1e557bb9 = new google.maps.Geocoder();g_d3ed42a2ec006df7755a4a2a1e557bb9.geocode( { 'address': "3043 Foothill Blvd, La Crescenta, CA 91214"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-crescenta-CA-first-standard-financial').style.display = '';map = new google.maps.Map(document.getElementById('la-crescenta-CA-first-standard-financial'), mapOptions);}document.getElementById('1037c769').innerHTML += ' | View Map';var $ld3ed42a2ec006df7755a4a2a1e557bb9 = '

First Standard Financial

Address: 3043 Foothill Blvd, La Crescenta, CA 91214
Phone: (818) 541-9936
';var m_d3ed42a2ec006df7755a4a2a1e557bb9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Standard Financial',});m_d3ed42a2ec006df7755a4a2a1e557bb9['infowindow'] = new google.maps.InfoWindow({content: $ld3ed42a2ec006df7755a4a2a1e557bb9});var infowindow = new google.maps.InfoWindow({content: $ld3ed42a2ec006df7755a4a2a1e557bb9});google.maps.event.addListener(m_d3ed42a2ec006df7755a4a2a1e557bb9, 'click', function() {infowindow.open(map,m_d3ed42a2ec006df7755a4a2a1e557bb9);});$marker.push(m_d3ed42a2ec006df7755a4a2a1e557bb9);}});}google.maps.event.addDomListener(window, 'load', initialize);