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(38.7396,-90.6364)};var g_2adee3823fe0b1c49ce2b4124cdcecda = new google.maps.Geocoder();g_2adee3823fe0b1c49ce2b4124cdcecda.geocode( { 'address': "6235 Mid Rivers Mall Dr, St Peters, MO 63304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-peters-MO-phh-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('saint-peters-MO-phh-home-loans'), mapOptions);}document.getElementById('63c15f05').innerHTML += ' | View Map';var $l2adee3823fe0b1c49ce2b4124cdcecda = '

PHH Home Loans

Address: 6235 Mid Rivers Mall Dr, St Peters, MO 63304, USA
Phone: (636) 922-7514
';var m_2adee3823fe0b1c49ce2b4124cdcecda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PHH Home Loans',});m_2adee3823fe0b1c49ce2b4124cdcecda['infowindow'] = new google.maps.InfoWindow({content: $l2adee3823fe0b1c49ce2b4124cdcecda});var infowindow = new google.maps.InfoWindow({content: $l2adee3823fe0b1c49ce2b4124cdcecda});google.maps.event.addListener(m_2adee3823fe0b1c49ce2b4124cdcecda, 'click', function() {infowindow.open(map,m_2adee3823fe0b1c49ce2b4124cdcecda);});$marker.push(m_2adee3823fe0b1c49ce2b4124cdcecda);}});}google.maps.event.addDomListener(window, 'load', initialize);