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(34.0729,-117.941)};var g_2e99712a21c7a595e0da9ac37186af68 = new google.maps.Geocoder();g_2e99712a21c7a595e0da9ac37186af68.geocode( { 'address': "1627 W Garvey Ave N, West Covina, CA 91790, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-covina-CA-aki-funding').style.display = '';map = new google.maps.Map(document.getElementById('west-covina-CA-aki-funding'), mapOptions);}document.getElementById('319d245a').innerHTML += ' | View Map';var $l2e99712a21c7a595e0da9ac37186af68 = '

AKI Funding

Address: 1627 W Garvey Ave N, West Covina, CA 91790, USA
Phone: (626) 593-6278
';var m_2e99712a21c7a595e0da9ac37186af68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AKI Funding',});m_2e99712a21c7a595e0da9ac37186af68['infowindow'] = new google.maps.InfoWindow({content: $l2e99712a21c7a595e0da9ac37186af68});var infowindow = new google.maps.InfoWindow({content: $l2e99712a21c7a595e0da9ac37186af68});google.maps.event.addListener(m_2e99712a21c7a595e0da9ac37186af68, 'click', function() {infowindow.open(map,m_2e99712a21c7a595e0da9ac37186af68);});$marker.push(m_2e99712a21c7a595e0da9ac37186af68);}});}google.maps.event.addDomListener(window, 'load', initialize);