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(36.8113,-119.763)};var g_27b09e189a405b6cca6ddd7ec869c143 = new google.maps.Geocoder();g_27b09e189a405b6cca6ddd7ec869c143.geocode( { 'address': "5150 N 6th St #175, Fresno, CA 93710, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-greatland-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-greatland-mortgage-corporation'), mapOptions);}document.getElementById('ba8fc13e').innerHTML += ' | View Map';var $l27b09e189a405b6cca6ddd7ec869c143 = '

Greatland Mortgage Corporation

Address: 5150 N 6th St #175, Fresno, CA 93710, USA
Phone: (559) 244-4250
';var m_27b09e189a405b6cca6ddd7ec869c143 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greatland Mortgage Corporation',});m_27b09e189a405b6cca6ddd7ec869c143['infowindow'] = new google.maps.InfoWindow({content: $l27b09e189a405b6cca6ddd7ec869c143});var infowindow = new google.maps.InfoWindow({content: $l27b09e189a405b6cca6ddd7ec869c143});google.maps.event.addListener(m_27b09e189a405b6cca6ddd7ec869c143, 'click', function() {infowindow.open(map,m_27b09e189a405b6cca6ddd7ec869c143);});$marker.push(m_27b09e189a405b6cca6ddd7ec869c143);}});}google.maps.event.addDomListener(window, 'load', initialize);