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(37.5963,-122.384)};var g_2a908da1a0ac66f2bcf02f6b9af7201c = new google.maps.Geocoder();g_2a908da1a0ac66f2bcf02f6b9af7201c.geocode( { 'address': "1860 El Camino Real #106, Burlingame, CA 94010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlingame-CA-bankers-preferred').style.display = '';map = new google.maps.Map(document.getElementById('burlingame-CA-bankers-preferred'), mapOptions);}document.getElementById('7f6bca36').innerHTML += ' | View Map';var $l2a908da1a0ac66f2bcf02f6b9af7201c = '

Bankers Preferred

Address: 1860 El Camino Real #106, Burlingame, CA 94010, USA
Phone: (650) 866-3000
';var m_2a908da1a0ac66f2bcf02f6b9af7201c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bankers Preferred',});m_2a908da1a0ac66f2bcf02f6b9af7201c['infowindow'] = new google.maps.InfoWindow({content: $l2a908da1a0ac66f2bcf02f6b9af7201c});var infowindow = new google.maps.InfoWindow({content: $l2a908da1a0ac66f2bcf02f6b9af7201c});google.maps.event.addListener(m_2a908da1a0ac66f2bcf02f6b9af7201c, 'click', function() {infowindow.open(map,m_2a908da1a0ac66f2bcf02f6b9af7201c);});$marker.push(m_2a908da1a0ac66f2bcf02f6b9af7201c);}});}google.maps.event.addDomListener(window, 'load', initialize);