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.7738,-118.186)};var g_083de0c93add0a646b1b2ef06c476a88 = new google.maps.Geocoder();g_083de0c93add0a646b1b2ef06c476a88.geocode( { 'address': "3750 Kilroy Airport Way, Long Beach, CA 90806"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-united-business-bank').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-united-business-bank'), mapOptions);}document.getElementById('28410527').innerHTML += ' | View Map';var $l083de0c93add0a646b1b2ef06c476a88 = '

United Business Bank

Address: 3750 Kilroy Airport Way, Long Beach, CA 90806
Phone: (562) 981-6036
';var m_083de0c93add0a646b1b2ef06c476a88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Business Bank',});m_083de0c93add0a646b1b2ef06c476a88['infowindow'] = new google.maps.InfoWindow({content: $l083de0c93add0a646b1b2ef06c476a88});var infowindow = new google.maps.InfoWindow({content: $l083de0c93add0a646b1b2ef06c476a88});google.maps.event.addListener(m_083de0c93add0a646b1b2ef06c476a88, 'click', function() {infowindow.open(map,m_083de0c93add0a646b1b2ef06c476a88);});$marker.push(m_083de0c93add0a646b1b2ef06c476a88);}});}google.maps.event.addDomListener(window, 'load', initialize);