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.1035,-117.806)};var g_83a100ec3c2c30751156cea2d60aacbe = new google.maps.Geocoder();g_83a100ec3c2c30751156cea2d60aacbe.geocode( { 'address': "123 E Arrow Hwy, San Dimas, CA 91773, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-dimas-CA-second-chance-financial').style.display = '';map = new google.maps.Map(document.getElementById('san-dimas-CA-second-chance-financial'), mapOptions);}document.getElementById('133b2df0').innerHTML += ' | View Map';var $l83a100ec3c2c30751156cea2d60aacbe = '

Second Chance Financial

Address: 123 E Arrow Hwy, San Dimas, CA 91773, USA
Phone: (909) 599-1888
';var m_83a100ec3c2c30751156cea2d60aacbe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Second Chance Financial',});m_83a100ec3c2c30751156cea2d60aacbe['infowindow'] = new google.maps.InfoWindow({content: $l83a100ec3c2c30751156cea2d60aacbe});var infowindow = new google.maps.InfoWindow({content: $l83a100ec3c2c30751156cea2d60aacbe});google.maps.event.addListener(m_83a100ec3c2c30751156cea2d60aacbe, 'click', function() {infowindow.open(map,m_83a100ec3c2c30751156cea2d60aacbe);});$marker.push(m_83a100ec3c2c30751156cea2d60aacbe);}});}google.maps.event.addDomListener(window, 'load', initialize);