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.073,-117.9)};var g_42c2f1560bdfae4656700ca45b9f5396 = new google.maps.Geocoder();g_42c2f1560bdfae4656700ca45b9f5396.geocode( { 'address': "2155 E Garvey Ave N, West Covina, CA 91791, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-covina-CA-alliance-investment-group').style.display = '';map = new google.maps.Map(document.getElementById('west-covina-CA-alliance-investment-group'), mapOptions);}document.getElementById('a036062d').innerHTML += ' | View Map';var $l42c2f1560bdfae4656700ca45b9f5396 = '

Alliance Investment Group

Address: 2155 E Garvey Ave N, West Covina, CA 91791, USA
Phone: (626) 201-0125
';var m_42c2f1560bdfae4656700ca45b9f5396 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliance Investment Group',});m_42c2f1560bdfae4656700ca45b9f5396['infowindow'] = new google.maps.InfoWindow({content: $l42c2f1560bdfae4656700ca45b9f5396});var infowindow = new google.maps.InfoWindow({content: $l42c2f1560bdfae4656700ca45b9f5396});google.maps.event.addListener(m_42c2f1560bdfae4656700ca45b9f5396, 'click', function() {infowindow.open(map,m_42c2f1560bdfae4656700ca45b9f5396);});$marker.push(m_42c2f1560bdfae4656700ca45b9f5396);}});}google.maps.event.addDomListener(window, 'load', initialize);