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(38.6695,-121.208)};var g_39555391eb0624a439c5131b1bb8a2e0 = new google.maps.Geocoder();g_39555391eb0624a439c5131b1bb8a2e0.geocode( { 'address': "9290 Madison Ave, Orangevale, CA 95662, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orangevale-CA-fling-team').style.display = '';map = new google.maps.Map(document.getElementById('orangevale-CA-fling-team'), mapOptions);}document.getElementById('e02b2ccf').innerHTML += ' | View Map';var $l39555391eb0624a439c5131b1bb8a2e0 = '

Fling Team

Address: 9290 Madison Ave, Orangevale, CA 95662, USA
Phone: (916) 284-0066
';var m_39555391eb0624a439c5131b1bb8a2e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fling Team',});m_39555391eb0624a439c5131b1bb8a2e0['infowindow'] = new google.maps.InfoWindow({content: $l39555391eb0624a439c5131b1bb8a2e0});var infowindow = new google.maps.InfoWindow({content: $l39555391eb0624a439c5131b1bb8a2e0});google.maps.event.addListener(m_39555391eb0624a439c5131b1bb8a2e0, 'click', function() {infowindow.open(map,m_39555391eb0624a439c5131b1bb8a2e0);});$marker.push(m_39555391eb0624a439c5131b1bb8a2e0);}});}google.maps.event.addDomListener(window, 'load', initialize);