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(39.1112,-121.617)};var g_aab596cee46d78bd9b17075dc9fcef00 = new google.maps.Geocoder();g_aab596cee46d78bd9b17075dc9fcef00.geocode( { 'address': "1100 Garden Hwy #100, Yuba City, CA 95991, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yuba-city-CA-taylor-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('yuba-city-CA-taylor-financial-services'), mapOptions);}document.getElementById('d832f08a').innerHTML += ' | View Map';var $laab596cee46d78bd9b17075dc9fcef00 = '

Taylor Financial Services

Address: 1100 Garden Hwy #100, Yuba City, CA 95991, USA
Phone: (530) 329-8685
';var m_aab596cee46d78bd9b17075dc9fcef00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Taylor Financial Services',});m_aab596cee46d78bd9b17075dc9fcef00['infowindow'] = new google.maps.InfoWindow({content: $laab596cee46d78bd9b17075dc9fcef00});var infowindow = new google.maps.InfoWindow({content: $laab596cee46d78bd9b17075dc9fcef00});google.maps.event.addListener(m_aab596cee46d78bd9b17075dc9fcef00, 'click', function() {infowindow.open(map,m_aab596cee46d78bd9b17075dc9fcef00);});$marker.push(m_aab596cee46d78bd9b17075dc9fcef00);}});}google.maps.event.addDomListener(window, 'load', initialize);