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(33.6775,-117.855)};var g_4b5d48935d99c071f68307df25af79cf = new google.maps.Geocoder();g_4b5d48935d99c071f68307df25af79cf.geocode( { 'address': "2211 Michelson Dr #370, Irvine, CA 92612, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-americor-funding').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-americor-funding'), mapOptions);}document.getElementById('9930e2b3').innerHTML += ' | View Map';var $l4b5d48935d99c071f68307df25af79cf = '

Americor Funding

Address: 2211 Michelson Dr #370, Irvine, CA 92612, USA
Phone: (866) 333-8686
';var m_4b5d48935d99c071f68307df25af79cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Americor Funding',});m_4b5d48935d99c071f68307df25af79cf['infowindow'] = new google.maps.InfoWindow({content: $l4b5d48935d99c071f68307df25af79cf});var infowindow = new google.maps.InfoWindow({content: $l4b5d48935d99c071f68307df25af79cf});google.maps.event.addListener(m_4b5d48935d99c071f68307df25af79cf, 'click', function() {infowindow.open(map,m_4b5d48935d99c071f68307df25af79cf);});$marker.push(m_4b5d48935d99c071f68307df25af79cf);}});}google.maps.event.addDomListener(window, 'load', initialize);