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.4381,-121.889)};var g_c44b034dab0ecc0d163f3c01e388f8aa = new google.maps.Geocoder();g_c44b034dab0ecc0d163f3c01e388f8aa.geocode( { 'address': "200 Serra Way, STE 12, Milpitas, CA 95035"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milpitas-CA-midland-financial-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('milpitas-CA-midland-financial-mortgage'), mapOptions);}document.getElementById('c8ac36ba').innerHTML += ' | View Map';var $lc44b034dab0ecc0d163f3c01e388f8aa = '

Midland Financial Mortgage

Address: 200 Serra Way, STE 12, Milpitas, CA 95035
Phone: (408) 945-8837
';var m_c44b034dab0ecc0d163f3c01e388f8aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midland Financial Mortgage',});m_c44b034dab0ecc0d163f3c01e388f8aa['infowindow'] = new google.maps.InfoWindow({content: $lc44b034dab0ecc0d163f3c01e388f8aa});var infowindow = new google.maps.InfoWindow({content: $lc44b034dab0ecc0d163f3c01e388f8aa});google.maps.event.addListener(m_c44b034dab0ecc0d163f3c01e388f8aa, 'click', function() {infowindow.open(map,m_c44b034dab0ecc0d163f3c01e388f8aa);});$marker.push(m_c44b034dab0ecc0d163f3c01e388f8aa);}});}google.maps.event.addDomListener(window, 'load', initialize);