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.1028,-118.102)};var g_f6bc3ec91160f7a8c1d098e42c72ed1f = new google.maps.Geocoder();g_f6bc3ec91160f7a8c1d098e42c72ed1f.geocode( { 'address': "217 W Las Tunas Dr, San Gabriel, CA 91776, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-gabriel-CA-victoria-financial-corp').style.display = '';map = new google.maps.Map(document.getElementById('san-gabriel-CA-victoria-financial-corp'), mapOptions);}document.getElementById('d0d7ba1f').innerHTML += ' | View Map';var $lf6bc3ec91160f7a8c1d098e42c72ed1f = '

Victoria Financial Corp.

Address: 217 W Las Tunas Dr, San Gabriel, CA 91776, USA
Phone: (626) 576-0818
';var m_f6bc3ec91160f7a8c1d098e42c72ed1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Victoria Financial Corp.',});m_f6bc3ec91160f7a8c1d098e42c72ed1f['infowindow'] = new google.maps.InfoWindow({content: $lf6bc3ec91160f7a8c1d098e42c72ed1f});var infowindow = new google.maps.InfoWindow({content: $lf6bc3ec91160f7a8c1d098e42c72ed1f});google.maps.event.addListener(m_f6bc3ec91160f7a8c1d098e42c72ed1f, 'click', function() {infowindow.open(map,m_f6bc3ec91160f7a8c1d098e42c72ed1f);});$marker.push(m_f6bc3ec91160f7a8c1d098e42c72ed1f);}});}google.maps.event.addDomListener(window, 'load', initialize);