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(37.5732,-122.321)};var g_382e69243f57d266c3f430641a7c85ac = new google.maps.Geocoder();g_382e69243f57d266c3f430641a7c85ac.geocode( { 'address': "1720 S Amphlett Blvd, San Mateo, CA 94402"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-mateo-CA-amerimerchant').style.display = '';map = new google.maps.Map(document.getElementById('san-mateo-CA-amerimerchant'), mapOptions);}document.getElementById('a7dad78e').innerHTML += ' | View Map';var $l382e69243f57d266c3f430641a7c85ac = '

Amerimerchant

Address: 1720 S Amphlett Blvd, San Mateo, CA 94402
Phone: (650) 525-1680
';var m_382e69243f57d266c3f430641a7c85ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amerimerchant',});m_382e69243f57d266c3f430641a7c85ac['infowindow'] = new google.maps.InfoWindow({content: $l382e69243f57d266c3f430641a7c85ac});var infowindow = new google.maps.InfoWindow({content: $l382e69243f57d266c3f430641a7c85ac});google.maps.event.addListener(m_382e69243f57d266c3f430641a7c85ac, 'click', function() {infowindow.open(map,m_382e69243f57d266c3f430641a7c85ac);});$marker.push(m_382e69243f57d266c3f430641a7c85ac);}});}google.maps.event.addDomListener(window, 'load', initialize);