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.9251,-118.198)};var g_b9b37cdd198e940b73969ea6ba7aaf72 = new google.maps.Geocoder();g_b9b37cdd198e940b73969ea6ba7aaf72.geocode( { 'address': "3831 Martin Luther King Jr Blvd, Lynwood, CA 90262"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynwood-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('lynwood-CA-union-bank'), mapOptions);}document.getElementById('2386beae').innerHTML += ' | View Map';var $lb9b37cdd198e940b73969ea6ba7aaf72 = '

Union Bank

Address: 3831 Martin Luther King Jr Blvd, Lynwood, CA 90262
Phone: (310) 761-8130
';var m_b9b37cdd198e940b73969ea6ba7aaf72 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_b9b37cdd198e940b73969ea6ba7aaf72['infowindow'] = new google.maps.InfoWindow({content: $lb9b37cdd198e940b73969ea6ba7aaf72});var infowindow = new google.maps.InfoWindow({content: $lb9b37cdd198e940b73969ea6ba7aaf72});google.maps.event.addListener(m_b9b37cdd198e940b73969ea6ba7aaf72, 'click', function() {infowindow.open(map,m_b9b37cdd198e940b73969ea6ba7aaf72);});$marker.push(m_b9b37cdd198e940b73969ea6ba7aaf72);}});}google.maps.event.addDomListener(window, 'load', initialize);