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(37.9588,-121.756)};var g_562cd177980be44a901964513408453a = new google.maps.Geocoder();g_562cd177980be44a901964513408453a.geocode( { 'address': "5461 San Martin Way, Antioch, CA 94531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('antioch-CA-cnj-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('antioch-CA-cnj-financial-services'), mapOptions);}document.getElementById('99b2563f').innerHTML += ' | View Map';var $l562cd177980be44a901964513408453a = '

CNJ Financial Services

Address: 5461 San Martin Way, Antioch, CA 94531, USA
Phone: (925) 338-5227
';var m_562cd177980be44a901964513408453a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CNJ Financial Services',});m_562cd177980be44a901964513408453a['infowindow'] = new google.maps.InfoWindow({content: $l562cd177980be44a901964513408453a});var infowindow = new google.maps.InfoWindow({content: $l562cd177980be44a901964513408453a});google.maps.event.addListener(m_562cd177980be44a901964513408453a, 'click', function() {infowindow.open(map,m_562cd177980be44a901964513408453a);});$marker.push(m_562cd177980be44a901964513408453a);}});}google.maps.event.addDomListener(window, 'load', initialize);