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(32.7418,-117.03)};var g_a5c0573bc3218b2ee9879221aa09208b = new google.maps.Geocoder();g_a5c0573bc3218b2ee9879221aa09208b.geocode( { 'address': "3285 Lemon Grove Ave, Lemon Grove, CA 91945, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lemon-grove-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('lemon-grove-CA-union-bank'), mapOptions);}document.getElementById('34237b7f').innerHTML += ' | View Map';var $la5c0573bc3218b2ee9879221aa09208b = '

Union Bank

Address: 3285 Lemon Grove Ave, Lemon Grove, CA 91945, USA
Phone: (619) 667-3000
';var m_a5c0573bc3218b2ee9879221aa09208b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_a5c0573bc3218b2ee9879221aa09208b['infowindow'] = new google.maps.InfoWindow({content: $la5c0573bc3218b2ee9879221aa09208b});var infowindow = new google.maps.InfoWindow({content: $la5c0573bc3218b2ee9879221aa09208b});google.maps.event.addListener(m_a5c0573bc3218b2ee9879221aa09208b, 'click', function() {infowindow.open(map,m_a5c0573bc3218b2ee9879221aa09208b);});$marker.push(m_a5c0573bc3218b2ee9879221aa09208b);}});}google.maps.event.addDomListener(window, 'load', initialize);