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_f2169fa8be6ba030c53e9f81c47c1d99 = new google.maps.Geocoder();g_f2169fa8be6ba030c53e9f81c47c1d99.geocode( { 'address': "3900 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-bankers-funding-llc').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-bankers-funding-llc'), mapOptions);}document.getElementById('9c9fc0d4').innerHTML += ' | View Map';var $lf2169fa8be6ba030c53e9f81c47c1d99 = '

Bankers Funding LLC

Address: 3900 Kilroy Airport Way, Long Beach, CA 90806
Phone: (562) 989-1875
';var m_f2169fa8be6ba030c53e9f81c47c1d99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bankers Funding LLC',});m_f2169fa8be6ba030c53e9f81c47c1d99['infowindow'] = new google.maps.InfoWindow({content: $lf2169fa8be6ba030c53e9f81c47c1d99});var infowindow = new google.maps.InfoWindow({content: $lf2169fa8be6ba030c53e9f81c47c1d99});google.maps.event.addListener(m_f2169fa8be6ba030c53e9f81c47c1d99, 'click', function() {infowindow.open(map,m_f2169fa8be6ba030c53e9f81c47c1d99);});$marker.push(m_f2169fa8be6ba030c53e9f81c47c1d99);}});}google.maps.event.addDomListener(window, 'load', initialize);