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.0194,-117.957)};var g_5103c3584b063c431bd1268e9b5e76fb = new google.maps.Geocoder();g_5103c3584b063c431bd1268e9b5e76fb.geocode( { 'address': "18605 Gale Ave, City of Industry, CA 91748"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('city-of-industry-CA-tomatobank').style.display = '';map = new google.maps.Map(document.getElementById('city-of-industry-CA-tomatobank'), mapOptions);}document.getElementById('bd54e9d6').innerHTML += ' | View Map';var $l5103c3584b063c431bd1268e9b5e76fb = '

TomatoBank

Address: 18605 Gale Ave, City of Industry, CA 91748
Phone: (626) 581-9800
';var m_5103c3584b063c431bd1268e9b5e76fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TomatoBank',});m_5103c3584b063c431bd1268e9b5e76fb['infowindow'] = new google.maps.InfoWindow({content: $l5103c3584b063c431bd1268e9b5e76fb});var infowindow = new google.maps.InfoWindow({content: $l5103c3584b063c431bd1268e9b5e76fb});google.maps.event.addListener(m_5103c3584b063c431bd1268e9b5e76fb, 'click', function() {infowindow.open(map,m_5103c3584b063c431bd1268e9b5e76fb);});$marker.push(m_5103c3584b063c431bd1268e9b5e76fb);}});}google.maps.event.addDomListener(window, 'load', initialize);