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(32.2856,-95.3069)};var g_0e79548081b4bd0df3c77c5ba2c23289 = new google.maps.Geocoder();g_0e79548081b4bd0df3c77c5ba2c23289.geocode( { 'address': "5935 Old Bullard Rd #210, Tyler, TX 75703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tyler-TX-coleman-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('tyler-TX-coleman-mortgage-company'), mapOptions);}document.getElementById('acff97ee').innerHTML += ' | View Map';var $l0e79548081b4bd0df3c77c5ba2c23289 = '

Coleman Mortgage Company

Address: 5935 Old Bullard Rd #210, Tyler, TX 75703, USA
Phone: (866) 772-3437
';var m_0e79548081b4bd0df3c77c5ba2c23289 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coleman Mortgage Company',});m_0e79548081b4bd0df3c77c5ba2c23289['infowindow'] = new google.maps.InfoWindow({content: $l0e79548081b4bd0df3c77c5ba2c23289});var infowindow = new google.maps.InfoWindow({content: $l0e79548081b4bd0df3c77c5ba2c23289});google.maps.event.addListener(m_0e79548081b4bd0df3c77c5ba2c23289, 'click', function() {infowindow.open(map,m_0e79548081b4bd0df3c77c5ba2c23289);});$marker.push(m_0e79548081b4bd0df3c77c5ba2c23289);}});}google.maps.event.addDomListener(window, 'load', initialize);