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.9413,-118.194)};var g_b5464187e768a1db895e5df954d66a04 = new google.maps.Geocoder();g_b5464187e768a1db895e5df954d66a04.geocode( { 'address': "12127 Garfield Ave, South Gate, CA 90280"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-gate-CA-garcia-and-associates').style.display = '';map = new google.maps.Map(document.getElementById('south-gate-CA-garcia-and-associates'), mapOptions);}document.getElementById('6a3c0dc8').innerHTML += ' | View Map';var $lb5464187e768a1db895e5df954d66a04 = '

Garcia and Associates

Address: 12127 Garfield Ave, South Gate, CA 90280
Phone: (562) 220-1100
';var m_b5464187e768a1db895e5df954d66a04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Garcia and Associates',});m_b5464187e768a1db895e5df954d66a04['infowindow'] = new google.maps.InfoWindow({content: $lb5464187e768a1db895e5df954d66a04});var infowindow = new google.maps.InfoWindow({content: $lb5464187e768a1db895e5df954d66a04});google.maps.event.addListener(m_b5464187e768a1db895e5df954d66a04, 'click', function() {infowindow.open(map,m_b5464187e768a1db895e5df954d66a04);});$marker.push(m_b5464187e768a1db895e5df954d66a04);}});}google.maps.event.addDomListener(window, 'load', initialize);