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(32.6234,-117.095)};var g_aeb1a5f7eb1d81499e7d93dd105d9430 = new google.maps.Geocoder();g_aeb1a5f7eb1d81499e7d93dd105d9430.geocode( { 'address': "660 Bay Blvd #201, Chula Vista, CA 91910, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chula-vista-CA-challenge-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('chula-vista-CA-challenge-financial-services'), mapOptions);}document.getElementById('9c25a63f').innerHTML += ' | View Map';var $laeb1a5f7eb1d81499e7d93dd105d9430 = '

Challenge Financial Services

Address: 660 Bay Blvd #201, Chula Vista, CA 91910, USA
Phone: (619) 591-2790
';var m_aeb1a5f7eb1d81499e7d93dd105d9430 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Challenge Financial Services',});m_aeb1a5f7eb1d81499e7d93dd105d9430['infowindow'] = new google.maps.InfoWindow({content: $laeb1a5f7eb1d81499e7d93dd105d9430});var infowindow = new google.maps.InfoWindow({content: $laeb1a5f7eb1d81499e7d93dd105d9430});google.maps.event.addListener(m_aeb1a5f7eb1d81499e7d93dd105d9430, 'click', function() {infowindow.open(map,m_aeb1a5f7eb1d81499e7d93dd105d9430);});$marker.push(m_aeb1a5f7eb1d81499e7d93dd105d9430);}});}google.maps.event.addDomListener(window, 'load', initialize);