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.171,-96.0135)};var g_b125e3ff554c4d89e4d02b75a1d5aa91 = new google.maps.Geocoder();g_b125e3ff554c4d89e4d02b75a1d5aa91.geocode( { 'address': "102 W Royall Blvd, Malakoff, TX 75148, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('malakoff-TX-first-state-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('malakoff-TX-first-state-financial-services'), mapOptions);}document.getElementById('5d59b5c9').innerHTML += ' | View Map';var $lb125e3ff554c4d89e4d02b75a1d5aa91 = '

First State Financial Services

Address: 102 W Royall Blvd, Malakoff, TX 75148, USA
Phone: (903) 676-1936
';var m_b125e3ff554c4d89e4d02b75a1d5aa91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Financial Services',});m_b125e3ff554c4d89e4d02b75a1d5aa91['infowindow'] = new google.maps.InfoWindow({content: $lb125e3ff554c4d89e4d02b75a1d5aa91});var infowindow = new google.maps.InfoWindow({content: $lb125e3ff554c4d89e4d02b75a1d5aa91});google.maps.event.addListener(m_b125e3ff554c4d89e4d02b75a1d5aa91, 'click', function() {infowindow.open(map,m_b125e3ff554c4d89e4d02b75a1d5aa91);});$marker.push(m_b125e3ff554c4d89e4d02b75a1d5aa91);}});}google.maps.event.addDomListener(window, 'load', initialize);