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.5145,-122.296)};var g_79fde77d890188648399685b3d8f8fe0 = new google.maps.Geocoder();g_79fde77d890188648399685b3d8f8fe0.geocode( { 'address': "1501 El Camino Real, Belmont, CA 94002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belmont-CA-kmd-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('belmont-CA-kmd-financial-services'), mapOptions);}document.getElementById('71dcbd16').innerHTML += ' | View Map';var $l79fde77d890188648399685b3d8f8fe0 = '

Kmd Financial Services

Address: 1501 El Camino Real, Belmont, CA 94002
Phone: (650) 595-4933
';var m_79fde77d890188648399685b3d8f8fe0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kmd Financial Services',});m_79fde77d890188648399685b3d8f8fe0['infowindow'] = new google.maps.InfoWindow({content: $l79fde77d890188648399685b3d8f8fe0});var infowindow = new google.maps.InfoWindow({content: $l79fde77d890188648399685b3d8f8fe0});google.maps.event.addListener(m_79fde77d890188648399685b3d8f8fe0, 'click', function() {infowindow.open(map,m_79fde77d890188648399685b3d8f8fe0);});$marker.push(m_79fde77d890188648399685b3d8f8fe0);}});}google.maps.event.addDomListener(window, 'load', initialize);