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.8489,-118.147)};var g_f110a326be6999afdeb8e7002c0ce44d = new google.maps.Geocoder();g_f110a326be6999afdeb8e7002c0ce44d.geocode( { 'address': "4146 Woodruff Ave, Lakewood, CA 90713"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-CA-gateway-business-bank').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-CA-gateway-business-bank'), mapOptions);}document.getElementById('b1ad095b').innerHTML += ' | View Map';var $lf110a326be6999afdeb8e7002c0ce44d = '

Gateway Business Bank

Address: 4146 Woodruff Ave, Lakewood, CA 90713
Phone: (562) 627-9804
';var m_f110a326be6999afdeb8e7002c0ce44d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Business Bank',});m_f110a326be6999afdeb8e7002c0ce44d['infowindow'] = new google.maps.InfoWindow({content: $lf110a326be6999afdeb8e7002c0ce44d});var infowindow = new google.maps.InfoWindow({content: $lf110a326be6999afdeb8e7002c0ce44d});google.maps.event.addListener(m_f110a326be6999afdeb8e7002c0ce44d, 'click', function() {infowindow.open(map,m_f110a326be6999afdeb8e7002c0ce44d);});$marker.push(m_f110a326be6999afdeb8e7002c0ce44d);}});}google.maps.event.addDomListener(window, 'load', initialize);