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.0899,-118.13)};var g_3d460f2a78c6332c93af8ab63bda4f63 = new google.maps.Geocoder();g_3d460f2a78c6332c93af8ab63bda4f63.geocode( { 'address': "1420 E Valley Blvd, Alhambra, CA 91801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alhambra-CA-tomato-bank').style.display = '';map = new google.maps.Map(document.getElementById('alhambra-CA-tomato-bank'), mapOptions);}document.getElementById('b02522e6').innerHTML += ' | View Map';var $l3d460f2a78c6332c93af8ab63bda4f63 = '

Tomato Bank

Address: 1420 E Valley Blvd, Alhambra, CA 91801
Phone: (626) 759-9200
';var m_3d460f2a78c6332c93af8ab63bda4f63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tomato Bank',});m_3d460f2a78c6332c93af8ab63bda4f63['infowindow'] = new google.maps.InfoWindow({content: $l3d460f2a78c6332c93af8ab63bda4f63});var infowindow = new google.maps.InfoWindow({content: $l3d460f2a78c6332c93af8ab63bda4f63});google.maps.event.addListener(m_3d460f2a78c6332c93af8ab63bda4f63, 'click', function() {infowindow.open(map,m_3d460f2a78c6332c93af8ab63bda4f63);});$marker.push(m_3d460f2a78c6332c93af8ab63bda4f63);}});}google.maps.event.addDomListener(window, 'load', initialize);